aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-01[C++ PATCH] overloaded operator fns [8/N]Nathan Sidwell1-4/+3
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell1-17/+81
2017-10-31[C++ PATCH] overloaded operator fns [5/N]Nathan Sidwell1-6/+4
2017-10-31[C++ PATCH] overloaded operator fns [4/N]Nathan Sidwell1-39/+5
2017-10-31[C++ PATCH] overloaded operator fns [3/N]Nathan Sidwell1-22/+27
2017-10-30[C++ PATCH] operator name cleanup prepatchNathan Sidwell1-4/+1
2017-10-25[C++ PATCH] Kill IDENTIFIER_LABEL_VALUENathan Sidwell1-1/+0
2017-10-06[C++ PATCH] use hash-table for namespace contentsNathan Sidwell1-1/+1
2017-09-13Conv-op identifers not in identifier hash tableNathan Sidwell1-35/+33
2017-08-17lex.c (maybe_add_lang_type_raw): BOUND_TEMPLATE_TEMPLATE_PARMs don't need lan...Nathan Sidwell1-7/+4
2017-07-29use c++ instead of _stat for copy_node_statTrevor Saunders1-2/+2
2017-06-30config-lang.in (gtfiles): Add cp/lex.c.Nathan Sidwell1-0/+70
2017-06-29lex.c (maybe_add_lang_type_raw): Exit early, rather than use a flag.Nathan Sidwell1-13/+13
2017-06-22Reorder IDENTIFIER flagsNathan Sidwell1-28/+58
2017-06-02Remove lang_type_ptrmem.Nathan Sidwell1-16/+8
2017-05-31cp-tree.h (lang_decl_slector): New enum.Nathan Sidwell1-56/+106
2017-05-30Kill IDENTIFIER_NAMESPACE_BINDINGSNathan Sidwell1-1/+5
2017-05-26cp-tree.h (struct lang_decl_decomp): New type.Jakub Jelinek1-4/+20
2017-05-05call.c (make_temporary_var_for_ref_to_temp): Push decl into current scope.Nathan Sidwell1-7/+3
2017-04-21tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.Richard Biener1-4/+4
2017-01-31Introduce C++ support in libcc1Alexandre Oliva1-1/+1
2017-01-20C++: fix fix-it hints for misspellings within explicit namespacesDavid Malcolm1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek1-19/+0
2016-05-30re PR c++/71238 (Undeclared function message imprecisely points to error column)Paolo Carlini1-13/+20
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-6/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-5/+4
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+2
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-01c-common.h (D_CXX11): Rename from D_CXX0X.Jason Merrill1-1/+1
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-0/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-02cp-tree.h (init_error): Remove declaration.Patrick Palka1-1/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-0/+9
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-5/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-6/+7
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-06-23c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini1-5/+5
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-16/+20
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0