summaryrefslogtreecommitdiff
path: root/libcpp/directives.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-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub 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-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao
2019-05-06[libcpp] struct deps renamingNathan Sidwell
2019-01-26re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek
2019-01-01Update 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-03Update copyright years.Jakub Jelinek
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm
2017-01-01Update 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-13re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt
2016-03-25re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd 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-04Update copyright years.Jakub Jelinek
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm
2015-05-12Implement -Wmisleading-indentationDavid Malcolm
2015-03-23re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek
2015-01-23re PR preprocessor/60570 (expression in 'elif' directive mis-diagnosed as err...Marek Polacek
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek
2014-12-11xvasprintf.c: New file.Uros Bizjak
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland
2014-08-29directives.c (check_eol_1): New.Manuel López-Ibáñez
2014-08-29macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-03-06re PR middle-end/56461 (GCC is leaking lots of memory)Jakub 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-29directives.c: Fix typos.Joseph Myers
2012-05-29PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli