summaryrefslogtreecommitdiff
path: root/libcpp/pch.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-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-17[PATCH] Adjust lazy macro definitionNathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek
2017-11-13Implement __VA_OPT__Tom Tromey
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-08-18re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-01-04Update copyright years.Jakub Jelinek
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm
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-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-03-01re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek
2013-01-14Update copyright years in libcpp.Richard Sandiford
2012-10-15files.c (read_file_guts, [...]): Free memory before returning.Tobias Burnus
2011-04-20remove useless if-before-free testsJim Meyering
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-09-29re PR preprocessor/45362 (Dangling reference about saved cpp_macro for push/p...Kai Tietz
2010-06-11cpplib.h (struct cpp_callbacks): Add user_builtin_macro callback.Jakub Jelinek
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin
2009-11-11ChangeLog for libcppKai Tietz
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-12-10re PR target/37033 (Revision 138733 breaks -g vs -g0 for PCH)Alexandre Oliva
2007-06-01Fixup whitespacingMike Stump
2007-05-24macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.Ollie Wild
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-02-14re PR bootstrap/19818 (GCC 4.0 cannot bootstrap itself)Paolo Bonzini
2004-10-08pch.c (cpp_write_pch_state): Remove variable z as it is not used.Andrew Pinski
2004-06-22c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating
2004-06-09Index: gcc/ChangeLogGeoffrey Keating
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini