aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-21c-common.h (enum cxx_dialect): Add cxx1y.Jason Merrill1-1/+1
2011-08-14re PR c++/50075 ([C++0x] ICE related to parameter deduction and initializer_l...Jason Merrill1-1/+1
2011-03-25Changelog c-family/Kai Tietz1-6/+6
2011-02-13Revert r170108, r170107, r170105, r170104, r170103, r170102, r170101, r170097.Iain Sandoe1-2/+2
2011-02-13lex.h: Plugify.Mike Stump1-2/+2
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-14re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd1-1/+1
2010-12-07re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd1-1/+4
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-24revert accidentally committed changesNathan Froyd1-4/+1
2010-11-24cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...Nathan Froyd1-1/+4
2010-10-17In gcc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+2
2010-09-11Implement range-based for-statements.Rodrigo Rivas Costa1-2/+3
2010-09-07cp-tree.h (build_enumerator): Add new location_t parameter.Arnaud Charlet1-2/+14
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+6
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek1-5/+0
2009-07-04re PR c++/40619 ([c++0x] ICE on repeated decltype expression in auto functions)Jason Merrill1-0/+4
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill1-12/+18
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+4
2009-03-26re PR c++/39380 (All programs that link Java and C++ libraries fail when opt...Andrew Haley1-0/+3
2008-09-17re PR c++/37532 (ICE with decimal floating point data types)Jakub Jelinek1-1/+2
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-1/+1