Age | Commit message (Expand) | Author | Files | Lines |
2 days | c++, c: Introduce -Wkeyword-macro warning/pedwarn - part of C++26 P2843R3 [PR... | Jakub Jelinek | 1 | -1/+16 |
2025-07-25 | diagnostics: introduce diagnostics/source-printing.cc | David Malcolm | 2 | -3/+5 |
2025-07-25 | diagnostics: introduce namespace diagnostics::paths | David Malcolm | 1 | -4/+4 |
2025-06-17 | c++: modules and #pragma diagnostic | Jason Merrill | 1 | -0/+4 |
2025-06-10 | diagnostics: make experimental-html sink prettier [PR116792] | David Malcolm | 1 | -2/+13 |
2025-04-27 | c-family: Improve location for -Wunknown-pragmas in a _Pragma [PR118838] | Lewis Hyatt | 1 | -0/+2 |
2025-02-28 | c++: Adjust #embed support for P1967R14 | Jakub Jelinek | 1 | -0/+1 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 6 | -6/+6 |
2024-12-08 | Support for 64-bit location_t: Activate 64-bit location_t | Lewis Hyatt | 2 | -22/+34 |
2024-12-03 | preprocessor: Adjust C rules on UCNs for C23 [PR117162] | Joseph Myers | 1 | -0/+3 |
2024-11-23 | Support for 64-bit location_t: libcpp preliminaries | Lewis Hyatt | 1 | -37/+49 |
2024-11-13 | c: Implement C2Y N3298 - Introduce complex literals [PR117029] | Jakub Jelinek | 1 | -0/+3 |
2024-11-01 | c++: Attempt to implement C++26 P3034R1 - Module Declarations Shouldn't be Ma... | Jakub Jelinek | 1 | -0/+3 |
2024-10-25 | non-gcc: Remove trailing whitespace | Jakub Jelinek | 3 | -10/+10 |
2024-10-23 | libcpp: Add -Wleading-whitespace= warning | Jakub Jelinek | 1 | -0/+7 |
2024-10-17 | c, libcpp: Partially implement C2Y N3353 paper [PR117028] | Jakub Jelinek | 1 | -0/+10 |
2024-10-16 | libcpp, c, middle-end: Optimize initializers using #embed in C | Jakub Jelinek | 1 | -0/+2 |
2024-10-15 | libcpp: Add -Wtrailing-blanks warning | Jakub Jelinek | 1 | -1/+5 |
2024-10-14 | libcpp: Support extended characters for #pragma {push,pop}_macro [PR109704] | Lewis Hyatt | 1 | -0/+13 |
2024-10-12 | libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnostics | Jakub Jelinek | 1 | -13/+20 |
2024-10-08 | gcc, libcpp: Add warning switch for "#pragma once in main file" [PR89808] | Ken Matsui | 1 | -1/+2 |
2024-10-02 | libcpp: Implement clang -Wheader-guard warning [PR96842] | Jakub Jelinek | 1 | -1/+6 |
2024-09-12 | libcpp: adjust pedwarn handling | Jason Merrill | 1 | -0/+4 |
2024-09-12 | libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863] | Jakub Jelinek | 1 | -1/+6 |
2024-07-24 | diagnostics: SARIF output: potentially add escaped renderings of source (ยง3.... | David Malcolm | 1 | -5/+26 |
2024-07-13 | diagnostics: add highlight-a vs highlight-b in colorization and pp_markup | David Malcolm | 1 | -3/+11 |
2024-06-21 | diagnostics: fixes to SARIF output [PR109360] | David Malcolm | 1 | -0/+2 |
2024-06-11 | c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operand | Joseph Myers | 1 | -1/+2 |
2024-05-28 | libcpp: move label_text to its own header | David Malcolm | 2 | -77/+104 |
2024-05-17 | diagnostics, analyzer: add CFG edge visualization to path-printing | David Malcolm | 1 | -0/+7 |
2024-02-22 | c: Handle scoped attributes in __has*attribute and scoped attribute parsing c... | Jakub Jelinek | 1 | -0/+1 |
2024-01-04 | libcpp: add function to check XID properties | Raiki Tamura | 1 | -0/+7 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 5 | -5/+5 |
2023-11-27 | c-family: Implement __has_feature and __has_extension [PR60512] | Alex Coplan | 1 | -1/+6 |
2023-11-19 | libcpp: split decls out to rich-location.h | David Malcolm | 3 | -671/+697 |
2023-11-09 | diagnostics: cleanups to diagnostic-show-locus.cc | David Malcolm | 1 | -6/+11 |
2023-11-07 | c: Refer more consistently to C23 not C2X | Joseph Myers | 1 | -7/+7 |
2023-11-02 | c++: Implement C++26 P2361R6 - Unevaluated strings [PR110342] | Jakub Jelinek | 1 | -10/+11 |
2023-10-31 | libcpp: eliminate MACRO_MAP_EXPANSION_POINT_LOCATION | David Malcolm | 1 | -9/+10 |
2023-10-23 | libcpp: Improve the diagnostic for poisoned identifiers [PR36887] | Lewis Hyatt | 2 | -5/+22 |
2023-10-08 | libcpp: eliminate LINEMAPS_{ORDINARY,MACRO}_MAPS | David Malcolm | 1 | -16/+0 |
2023-10-08 | libcpp: eliminate LINEMAPS_{,ORDINARY_,MACRO_}CACHE | David Malcolm | 1 | -30/+6 |
2023-10-08 | libcpp: eliminate LINEMAPS_LAST_ALLOCATED{,_ORDINARY,_MACRO}_MAP | David Malcolm | 1 | -25/+0 |
2023-10-08 | libcpp: eliminate COMBINE_LOCATION_DATA | David Malcolm | 1 | -20/+20 |
2023-10-08 | libcpp: "const" and other cleanups | David Malcolm | 1 | -24/+45 |
2023-09-19 | p1689r5: initial support | Ben Boeckel | 2 | -4/+17 |
2023-09-06 | C _BitInt support [PR102989] | Jakub Jelinek | 1 | -0/+1 |
2023-07-06 | GTY: Enhance 'string_length' option documentation | Thomas Schwinge | 1 | -3/+1 |
2023-06-23 | c++: Add support for -std={c,gnu}++2{c,6} | Marek Polacek | 1 | -1/+1 |
2023-06-21 | diagnostics: add support for "text art" diagrams | David Malcolm | 1 | -0/+3 |