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