summaryrefslogtreecommitdiff
path: root/libcpp/traditional.c
AgeCommit message (Expand)Author
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell
2020-01-01Update copyright years.Jakub Jelinek
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-08-20[CPP PATCH] node typeNathan Sidwell
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-01-31re PR preprocessor/69869 (internal compiler error: Segmentation fault in call...Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-03-23re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-01-14Update copyright years in libcpp.Richard Sandiford
2011-10-17Generate virtual locations for tokensTom Tromey
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-07-21line-map.h (linenum_type): New typedef.Manuel López-Ibáñez
2008-02-20traditional.c (lex_identifier): Use CPP_HASHNODE.Tom Tromey
2008-01-07re PR preprocessor/30363 (Support for -traditional-cpp is incomplete in curre...Fred Fish
2007-07-04traditional.c (_cpp_scan_out_logical_line): Initialize fmacro.args...Uros Bizjak
2005-06-29all files: Update FSF address in copyright headers.Kelley Cook
2005-05-28configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis
2005-02-14directives.c, [...]: Update copyright.Kazu Hirata
2005-01-02internal.h: Update references to Cpp lib filenames.Gabriel Dos Reis
2004-06-09Index: gcc/ChangeLogGeoffrey Keating
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini