Age | Commit message (Expand) | Author | Files | Lines |
2024-11-13 | c: Implement C2Y N3298 - Introduce complex literals [PR117029] | Jakub Jelinek | 1 | -32/+34 |
2024-10-25 | non-gcc: Remove trailing whitespace | Jakub Jelinek | 1 | -1/+1 |
2024-10-23 | libcpp: Add -Wleading-whitespace= warning | Jakub Jelinek | 1 | -0/+1 |
2024-10-17 | c, libcpp: Partially implement C2Y N3353 paper [PR117028] | Jakub Jelinek | 1 | -35/+40 |
2024-10-12 | libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnostics | Jakub Jelinek | 1 | -5/+6 |
2024-10-07 | libcpp: Use constexpr for _cpp_trigraph_map initialization for C++14 | Jakub Jelinek | 1 | -2/+11 |
2024-10-02 | libcpp: Implement clang -Wheader-guard warning [PR96842] | Jakub Jelinek | 1 | -0/+1 |
2024-09-12 | libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863] | Jakub Jelinek | 1 | -33/+40 |
2024-08-20 | libcpp: Adjust lang_defaults | Jakub Jelinek | 1 | -53/+59 |
2024-06-11 | c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operand | Joseph Myers | 1 | -0/+5 |
2024-04-30 | libcpp: Adjust __STDC_VERSION__ for C23 | Jakub Jelinek | 1 | -1/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-11-27 | c-family: Implement __has_feature and __has_extension [PR60512] | Alex Coplan | 1 | -0/+2 |
2023-11-07 | c: Refer more consistently to C23 not C2X | Joseph Myers | 1 | -5/+5 |
2023-10-23 | libcpp: Improve the diagnostic for poisoned identifiers [PR36887] | Lewis Hyatt | 1 | -2/+2 |
2023-10-08 | libcpp: eliminate LINEMAPS_{,ORDINARY_,MACRO_}CACHE | David Malcolm | 1 | -1/+1 |
2023-09-19 | p1689r5: initial support | Ben Boeckel | 1 | -3/+10 |
2023-06-23 | c++: Add support for -std={c,gnu}++2{c,6} | Marek Polacek | 1 | -4/+9 |
2023-04-30 | Revert "[PATCH] libcpp: suppress builtin macro redefined warnings for __LINE__" | Jeff Law | 1 | -1/+1 |
2023-04-30 | [PATCH] libcpp: suppress builtin macro redefined warnings for __LINE__ | Longjun Luo | 1 | -1/+1 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-07 | preprocessor: Enable __VA_OPT__ for C2x | Joseph Myers | 1 | -1/+1 |
2022-10-14 | preprocessor: C2x identifier rules | Joseph Myers | 1 | -25/+27 |
2022-09-07 | c: New C2x keywords | Joseph Myers | 1 | -25/+27 |
2022-09-07 | libcpp: Named universal character escapes and delimited escape sequence tweaks | Jakub Jelinek | 1 | -0/+1 |
2022-09-05 | preprocessor: Disable trigraphs for C2x | Joseph Myers | 1 | -1/+1 |
2022-09-01 | libcpp: Add -Winvalid-utf8 warning [PR106655] | Jakub Jelinek | 1 | -0/+2 |
2022-08-24 | preprocessor: Implement C++23 P2437R1 - Support for #warning [PR106646] | Jakub Jelinek | 1 | -2/+2 |
2022-08-20 | libcpp: Implement C++23 P2290R3 - Delimited escape sequences [PR106645] | Jakub Jelinek | 1 | -25/+27 |
2022-08-18 | preprocessor: Support #warning for standard C2x | Joseph Myers | 1 | -25/+27 |
2022-08-16 | c++: Fix pragma suppression of -Wc++20-compat diagnostics [PR106423] | Tom Honermann | 1 | -0/+1 |
2022-08-08 | preprocessor/106426: Treat u8 character literals as unsigned in char8_t modes. | Tom Honermann | 1 | -0/+1 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -3/+3 |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -0/+914 |