aboutsummaryrefslogtreecommitdiff
path: root/libcpp/init.cc
AgeCommit message (Expand)AuthorFilesLines
2024-11-13c: Implement C2Y N3298 - Introduce complex literals [PR117029]Jakub Jelinek1-32/+34
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek1-1/+1
2024-10-23libcpp: Add -Wleading-whitespace= warningJakub Jelinek1-0/+1
2024-10-17c, libcpp: Partially implement C2Y N3353 paper [PR117028]Jakub Jelinek1-35/+40
2024-10-12libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnosticsJakub Jelinek1-5/+6
2024-10-07libcpp: Use constexpr for _cpp_trigraph_map initialization for C++14Jakub Jelinek1-2/+11
2024-10-02libcpp: Implement clang -Wheader-guard warning [PR96842]Jakub Jelinek1-0/+1
2024-09-12libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863]Jakub Jelinek1-33/+40
2024-08-20libcpp: Adjust lang_defaultsJakub Jelinek1-53/+59
2024-06-11c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operandJoseph Myers1-0/+5
2024-04-30libcpp: Adjust __STDC_VERSION__ for C23Jakub Jelinek1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-27c-family: Implement __has_feature and __has_extension [PR60512]Alex Coplan1-0/+2
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-5/+5
2023-10-23libcpp: Improve the diagnostic for poisoned identifiers [PR36887]Lewis Hyatt1-2/+2
2023-10-08libcpp: eliminate LINEMAPS_{,ORDINARY_,MACRO_}CACHEDavid Malcolm1-1/+1
2023-09-19p1689r5: initial supportBen Boeckel1-3/+10
2023-06-23c++: Add support for -std={c,gnu}++2{c,6}Marek Polacek1-4/+9
2023-04-30Revert "[PATCH] libcpp: suppress builtin macro redefined warnings for __LINE__"Jeff Law1-1/+1
2023-04-30[PATCH] libcpp: suppress builtin macro redefined warnings for __LINE__Longjun Luo1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-07preprocessor: Enable __VA_OPT__ for C2xJoseph Myers1-1/+1
2022-10-14preprocessor: C2x identifier rulesJoseph Myers1-25/+27
2022-09-07c: New C2x keywordsJoseph Myers1-25/+27
2022-09-07libcpp: Named universal character escapes and delimited escape sequence tweaksJakub Jelinek1-0/+1
2022-09-05preprocessor: Disable trigraphs for C2xJoseph Myers1-1/+1
2022-09-01libcpp: Add -Winvalid-utf8 warning [PR106655]Jakub Jelinek1-0/+2
2022-08-24preprocessor: Implement C++23 P2437R1 - Support for #warning [PR106646]Jakub Jelinek1-2/+2
2022-08-20libcpp: Implement C++23 P2290R3 - Delimited escape sequences [PR106645]Jakub Jelinek1-25/+27
2022-08-18preprocessor: Support #warning for standard C2xJoseph Myers1-25/+27
2022-08-16c++: Fix pragma suppression of -Wc++20-compat diagnostics [PR106423]Tom Honermann1-0/+1
2022-08-08preprocessor/106426: Treat u8 character literals as unsigned in char8_t modes.Tom Honermann1-0/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-3/+3
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+914