summaryrefslogtreecommitdiff
path: root/libcpp/include
AgeCommit message (Expand)Author
2025-11-09libcpp: Improve locations for macros defined prior to PCH include [PR105608]Lewis Hyatt
2025-09-23sarif output: add descriptions to fix-it hints (§3.55.2) [PR121986]David Malcolm
2025-09-18diagnostics/libcpp: convert enum location_aspect to enum classDavid Malcolm
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-07-25diagnostics: introduce diagnostics/source-printing.ccDavid Malcolm
2025-07-25diagnostics: introduce namespace diagnostics::pathsDavid Malcolm
2025-06-17c++: modules and #pragma diagnosticJason Merrill
2025-06-10diagnostics: make experimental-html sink prettier [PR116792]David Malcolm
2025-04-27c-family: Improve location for -Wunknown-pragmas in a _Pragma [PR118838]Lewis Hyatt
2025-02-28c++: Adjust #embed support for P1967R14Jakub Jelinek
2025-01-02Update copyright years.Jakub Jelinek
2024-12-08Support for 64-bit location_t: Activate 64-bit location_tLewis Hyatt
2024-12-03preprocessor: Adjust C rules on UCNs for C23 [PR117162]Joseph Myers
2024-11-23Support for 64-bit location_t: libcpp preliminariesLewis Hyatt
2024-11-13c: Implement C2Y N3298 - Introduce complex literals [PR117029]Jakub Jelinek
2024-11-01c++: Attempt to implement C++26 P3034R1 - Module Declarations Shouldn't be Ma...Jakub Jelinek
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek
2024-10-23libcpp: Add -Wleading-whitespace= warningJakub Jelinek
2024-10-17c, libcpp: Partially implement C2Y N3353 paper [PR117028]Jakub Jelinek
2024-10-16libcpp, c, middle-end: Optimize initializers using #embed in CJakub Jelinek
2024-10-15libcpp: Add -Wtrailing-blanks warningJakub Jelinek
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-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: adjust pedwarn handlingJason Merrill
2024-09-12libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863]Jakub Jelinek
2024-07-24diagnostics: SARIF output: potentially add escaped renderings of source (§3....David Malcolm
2024-07-13diagnostics: add highlight-a vs highlight-b in colorization and pp_markupDavid Malcolm
2024-06-21diagnostics: fixes to SARIF output [PR109360]David Malcolm
2024-06-11c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operandJoseph Myers
2024-05-28libcpp: move label_text to its own headerDavid Malcolm
2024-05-17diagnostics, analyzer: add CFG edge visualization to path-printingDavid Malcolm
2024-02-22c: Handle scoped attributes in __has*attribute and scoped attribute parsing c...Jakub Jelinek
2024-01-04libcpp: add function to check XID propertiesRaiki Tamura
2024-01-03Update copyright years.Jakub Jelinek
2023-11-27c-family: Implement __has_feature and __has_extension [PR60512]Alex Coplan
2023-11-19libcpp: split decls out to rich-location.hDavid Malcolm
2023-11-09diagnostics: cleanups to diagnostic-show-locus.ccDavid Malcolm
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers
2023-11-02c++: Implement C++26 P2361R6 - Unevaluated strings [PR110342]Jakub Jelinek
2023-10-31libcpp: eliminate MACRO_MAP_EXPANSION_POINT_LOCATIONDavid Malcolm
2023-10-23libcpp: Improve the diagnostic for poisoned identifiers [PR36887]Lewis Hyatt
2023-10-08libcpp: eliminate LINEMAPS_{ORDINARY,MACRO}_MAPSDavid Malcolm
2023-10-08libcpp: eliminate LINEMAPS_{,ORDINARY_,MACRO_}CACHEDavid Malcolm
2023-10-08libcpp: eliminate LINEMAPS_LAST_ALLOCATED{,_ORDINARY,_MACRO}_MAPDavid Malcolm
2023-10-08libcpp: eliminate COMBINE_LOCATION_DATADavid Malcolm
2023-10-08libcpp: "const" and other cleanupsDavid Malcolm
2023-09-19p1689r5: initial supportBen Boeckel