aboutsummaryrefslogtreecommitdiff
path: root/libcpp/directives.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-11/+11
2023-10-23libcpp: Improve the diagnostic for poisoned identifiers [PR36887]Lewis Hyatt1-0/+3
2023-06-20libcpp: Improve location for macro names [PR66290]Lewis Hyatt1-5/+8
2023-03-13libcpp: Fix ICE on directive inside _Pragma() operator [PR67046]Lewis Hyatt1-0/+5
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-21libcpp: Fix paste error with unknown pragma after macro expansionLewis Hyatt1-5/+5
2022-08-24preprocessor: Implement C++23 P2437R1 - Support for #warning [PR106646]Jakub Jelinek1-2/+8
2022-08-18preprocessor: Support #warning for standard C2xJoseph Myers1-1/+10
2022-07-10c: Fix location for _Pragma tokens [PR97498]Lewis Hyatt1-0/+1
2022-02-01libcpp: Avoid PREV_WHITE and other random content on CPP_PADDING tokensJakub Jelinek1-2/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-3/+3
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2799