summaryrefslogtreecommitdiff
path: root/libcpp/pch.c
Commit message (Expand)AuthorAgeFilesLines
* Rename .c files to .cc files.Martin Liska2022-01-171-878/+0
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell2020-01-281-2/+0
* [PR 80005] Fix __has_includeNathan Sidwell2020-01-201-2/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Eliminate source_location in favor of location_tDavid Malcolm2018-11-131-2/+2
* [CPP PATCH] node typeNathan Sidwell2018-08-201-66/+48
* [PATCH] Adjust lazy macro definitionNathan Sidwell2018-08-171-8/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Implement __VA_OPT__Tom Tromey2017-11-131-0/+1
* Fix numerous typos in commentsJonathan Wakely2017-04-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-181-0/+2
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-2/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm2015-05-051-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek2014-12-191-1/+0
* cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland2014-11-101-0/+1
* Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland2014-10-011-0/+2
* Update copyright years in libcpp/Richard Sandiford2014-01-021-1/+1
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-011-1/+13
* Update copyright years in libcpp.Richard Sandiford2013-01-141-2/+1
* files.c (read_file_guts, [...]): Free memory before returning.Tobias Burnus2012-10-151-1/+0
* remove useless if-before-free testsJim Meyering2011-04-201-6/+3
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* re PR preprocessor/45362 (Dangling reference about saved cpp_macro for push/p...Kai Tietz2010-09-291-49/+38
* cpplib.h (struct cpp_callbacks): Add user_builtin_macro callback.Jakub Jelinek2010-06-111-1/+9
* diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin2010-04-071-13/+13
* ChangeLog for libcppKai Tietz2009-11-111-0/+136
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-4/+4
* re PR target/37033 (Revision 138733 breaks -g vs -g0 for PCH)Alexandre Oliva2008-12-101-2/+23
* Fixup whitespacingMike Stump2007-06-011-39/+39
* macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.Ollie Wild2007-05-241-0/+41
* all files: Update FSF address in copyright headers.Kelley Cook2005-06-291-1/+1
* configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis2005-05-281-17/+17
* directives.c, [...]: Update copyright.Kazu Hirata2005-02-141-1/+2
* re PR bootstrap/19818 (GCC 4.0 cannot bootstrap itself)Paolo Bonzini2005-02-141-1/+1
* pch.c (cpp_write_pch_state): Remove variable z as it is not used.Andrew Pinski2004-10-081-5/+1
* c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating2004-06-221-1/+10
* Index: gcc/ChangeLogGeoffrey Keating2004-06-091-94/+63
* Makefile.def (host_modules): add libcpp.Paolo Bonzini2004-05-241-0/+723