aboutsummaryrefslogtreecommitdiff
path: root/libcpp/directives.c
AgeCommit message (Expand)Author
2019-11-08 Backported from mainlineJakub Jelinek
2019-01-26 PR preprocessor/88974Jakub Jelinek
2019-01-01 Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-31[5/6] Preprocessor includeNathan Sidwell
2018-10-31[1/7] Preprocessor cleanupNathan Sidwell
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm
2018-08-20[CPP PATCH] node typeNathan Sidwell
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-08-08[PATCH] line-map include-from representationNathan Sidwell
2018-01-03 Update copyright years.Jakub Jelinek
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm
2017-01-01 Update copyright years.Jakub Jelinek
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm
2016-04-13 Patch from Roger Orr <rogero@howzatt.demon.co.uk>Bernd Schmidt
2016-03-25 PR lto/69650Bernd Schmidt
2016-01-28 * directives.c (destringize_and_run): Adjust prototype.Jakub Jelinek
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm
2016-01-04 Update copyright years.Jakub Jelinek
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm
2015-05-12Implement -Wmisleading-indentationDavid Malcolm
2015-03-23 PR preprocessor/65238Jakub Jelinek
2015-01-23 DR#412Marek Polacek
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-19 PR preprocessor/63831Jakub Jelinek
2014-12-11 * xvasprintf.c: New file.Uros Bizjak
2014-11-10libcpp:Edward Smith-Rowland
2014-10-012014-10-01 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2014-08-29libcpp/ChangeLog:Manuel López-Ibáñez
2014-08-29libcpp/ChangeLog:Manuel López-Ibáñez
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-03-06 PR middle-end/56461Jakub Jelinek
2013-01-14Update copyright years in libcpp.Richard Sandiford
2012-10-04Implement #pragma GCC warning/errorFlorian Weimer
2012-08-27PR preprocessor/53469 - argument tokens of _Pragma miss virtual locationDodji Seketeli
2012-05-29 * directives.c: Fix typos.Joseph Myers
2012-05-29PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli
2012-05-02Properly initialize cpp_context in destringize_and_runDodji Seketeli
2011-10-17Generate virtual locations for tokensTom Tromey
2011-10-17Linemap infrastructure for virtual locationsTom Tromey
2011-07-15Use source_location where it is dueDodji Seketeli
2011-06-06PR preprocessor/48532Dodji Seketeli
2011-03-21Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053Michael Meissner
2011-01-04 PR preprocessor/39213Eric Botcazou
2010-09-292010-09-29 Kai Tietz <kai.tietz@onevision.com>Kai Tietz
2010-09-29gcc:Joseph Myers
2010-08-31 PR preprocessor/45457Jakub Jelinek