aboutsummaryrefslogtreecommitdiff
path: root/libcpp/directives.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-11preprocessor: Support C2X #elifdef, #elifndefJoseph Myers1-10/+58
2021-04-29preprocessor: Handle digit separators in #line [PR82359]Joseph Myers1-0/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-01Feature: Macros for identifying the wide and narrow execution string literal ...JeanHeyd Meneide1-0/+14
2020-11-27preprocessor: Fix #line overflow check [PR97602]Joseph Myers1-5/+5
2020-11-24preprocessor: Add deferred macrosNathan Sidwell1-3/+8
2020-11-19preprocessor: main-file cleanupNathan Sidwell1-3/+3
2020-11-13Do not warn about unused macros while processing #pragma GCC optimizePiotr H. Dabrowski1-0/+23
2020-11-03libcpp: dependency emission tidyingNathan Sidwell1-1/+1
2020-11-02cpplib: Macro use location and comparisonNathan Sidwell1-6/+3
2020-07-07preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell1-14/+30
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