summaryrefslogtreecommitdiff
path: root/libcpp/directives.cc
AgeCommit message (Expand)Author
2025-11-10c++, libcpp: Implement CWG3053Jakub Jelinek
2025-08-15c++: Warn on #undef/#define of remaining cpp.predefined macros [PR120778]Jakub Jelinek
2025-08-07c++, c: Introduce -Wkeyword-macro warning/pedwarn - part of C++26 P2843R3 [PR...Jakub Jelinek
2025-02-28c++: Adjust #embed support for P1967R14Jakub Jelinek
2025-01-02Update copyright years.Jakub Jelinek
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek
2024-10-19diagnostics: libcpp: Improve locations for _Pragma lexing diagnostics [PR114423]Lewis Hyatt
2024-10-14libcpp: Fix _Pragma("GCC system_header") [PR114436]Lewis Hyatt
2024-10-14libcpp: Support extended characters for #pragma {push,pop}_macro [PR109704]Lewis Hyatt
2024-10-12libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnosticsJakub Jelinek
2024-10-09libcpp: Use ' instead of %< and %> [PR117039]Ken Matsui
2024-10-08gcc, libcpp: Add warning switch for "#pragma once in main file" [PR89808]Ken Matsui
2024-10-02libcpp: Implement clang -Wheader-guard warning [PR96842]Jakub Jelinek
2024-09-12libcpp, v2: Add support for gnu::base64 #embed parameterJakub Jelinek
2024-09-12libcpp: adjust pedwarn handlingJason Merrill
2024-09-12libcpp: Add support for gnu::offset #embed/__has_embed parameterJakub Jelinek
2024-09-12libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863]Jakub Jelinek
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