aboutsummaryrefslogtreecommitdiff
path: root/libcpp/directives.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell1-3/+1
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell1-19/+10
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek1-0/+7
2019-09-06[preprocessor] Popping "" file namesNathan Sidwell1-3/+12
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell1-0/+4
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand1-6/+6
2019-08-28[Preprocessor] small cleanupsNathan Sidwell1-2/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-3/+3
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao1-2/+7
2019-05-06[libcpp] struct deps renamingNathan Sidwell1-1/+1
2019-01-26re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek1-2/+0
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-15/+15
2018-10-31[5/6] Preprocessor includeNathan Sidwell1-14/+10
2018-10-31[1/7] Preprocessor cleanupNathan Sidwell1-27/+22
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm1-5/+7
2018-08-20[CPP PATCH] node typeNathan Sidwell1-17/+12
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell1-2/+2
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell1-94/+76
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-44/+9
2018-08-08[PATCH] line-map include-from representationNathan Sidwell1-3/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-4/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm1-2/+39
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm1-1/+1
2016-04-13re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt1-1/+5
2016-03-25re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt1-0/+13
2016-01-28* directives.c (destringize_and_run): Adjust prototype.Jakub Jelinek1-1/+2
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm1-3/+10
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-6/+11
2015-05-12Implement -Wmisleading-indentationDavid Malcolm1-2/+4
2015-03-23re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek1-1/+1
2015-01-23re PR preprocessor/60570 (expression in 'elif' directive mis-diagnosed as err...Marek Polacek1-16/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-4/+0
2014-12-11xvasprintf.c: New file.Uros Bizjak1-2/+2
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland1-0/+4
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+14
2014-08-29directives.c (check_eol_1): New.Manuel López-Ibáñez1-7/+24
2014-08-29macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez1-0/+5
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-03-06re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+3
2013-01-14Update copyright years in libcpp.Richard Sandiford1-1/+1
2012-10-04Implement #pragma GCC warning/errorFlorian Weimer1-3/+42
2012-08-27PR preprocessor/53469 - argument tokens of _Pragma miss virtual locationDodji Seketeli1-3/+5
2012-05-29directives.c: Fix typos.Joseph Myers1-1/+1
2012-05-29PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli1-29/+1