aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pragma.cc
AgeCommit message (Expand)AuthorFilesLines
8 daysc-family: Add some more ARRAY_SIZE usesJakub Jelinek1-4/+2
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-03diagnostics: add automatic URL-ification within messagesDavid Malcolm1-2/+2
2023-10-27preprocessor: c++: Support `#pragma GCC target' macros [PR87299]Lewis Hyatt1-18/+31
2023-10-19c++: Make -Wunknown-pragmas controllable by #pragma GCC diagnostic [PR89038]Lewis Hyatt1-1/+2
2023-08-04frontend: Add novector C pragmaTamar Christina1-0/+4
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