aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pragma.cc
AgeCommit message (Expand)AuthorFilesLines
2023-07-31c-family: Implement pragma_lex () for preprocess-only modeLewis Hyatt1-48/+8
2023-01-26c++: Reject UDLs in certain contexts [PR105300]Marek Polacek1-0/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-11preprocessor: Don't register pragmas in directives-only mode [PR108244]Lewis Hyatt1-25/+31
2022-11-11c-family: Support #pragma region/endregion [PR85487]Jonathan Wakely1-0/+9
2022-09-27openmp: Add OpenMP assume, assumes and begin/end assumes supportJakub Jelinek1-1/+4
2022-07-11c-family: Fix option check in handle_pragma_diagnostic [PR106252]Lewis Hyatt1-4/+4
2022-07-06diagnostics: Honor #pragma GCC diagnostic in the preprocessor [PR53431]Lewis Hyatt1-95/+330
2022-05-16Use more ARRAY_SIZE.Martin Liska1-5/+4
2022-02-17c-family: Remove names of unused parametersJonathan Wakely1-13/+13
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1656