aboutsummaryrefslogtreecommitdiff
path: root/libcpp/directives.c
AgeCommit message (Expand)Author
2019-10-31 PR preprocessor/92296Jakub Jelinek
2019-09-06[preprocessor] Popping "" file namesNathan Sidwell
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand
2019-08-28[Preprocessor] small cleanupsNathan Sidwell
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-02PR preprocessor/90581Qing Zhao
2019-05-06[libcpp] struct deps renamingNathan Sidwell
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