aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2024-11-13c: Implement C2Y N3298 - Introduce complex literals [PR117029]Jakub Jelinek1-0/+3
2024-11-01c++: Attempt to implement C++26 P3034R1 - Module Declarations Shouldn't be Ma...Jakub Jelinek1-0/+3
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek1-7/+7
2024-10-23libcpp: Add -Wleading-whitespace= warningJakub Jelinek1-0/+7
2024-10-17c, libcpp: Partially implement C2Y N3353 paper [PR117028]Jakub Jelinek1-0/+10
2024-10-16libcpp, c, middle-end: Optimize initializers using #embed in CJakub Jelinek1-0/+2
2024-10-15libcpp: Add -Wtrailing-blanks warningJakub Jelinek1-1/+5
2024-10-14libcpp: Support extended characters for #pragma {push,pop}_macro [PR109704]Lewis Hyatt1-0/+13
2024-10-12libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnosticsJakub Jelinek1-13/+20
2024-10-08gcc, libcpp: Add warning switch for "#pragma once in main file" [PR89808]Ken Matsui1-1/+2
2024-10-02libcpp: Implement clang -Wheader-guard warning [PR96842]Jakub Jelinek1-1/+6
2024-09-12libcpp: adjust pedwarn handlingJason Merrill1-0/+4
2024-09-12libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863]Jakub Jelinek1-1/+6
2024-06-11c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operandJoseph Myers1-1/+2
2024-02-22c: Handle scoped attributes in __has*attribute and scoped attribute parsing c...Jakub Jelinek1-0/+1
2024-01-04libcpp: add function to check XID propertiesRaiki Tamura1-0/+7
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-27c-family: Implement __has_feature and __has_extension [PR60512]Alex Coplan1-1/+6
2023-11-19libcpp: split decls out to rich-location.hDavid Malcolm1-0/+2
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-7/+7
2023-11-02c++: Implement C++26 P2361R6 - Unevaluated strings [PR110342]Jakub Jelinek1-10/+11
2023-10-23libcpp: Improve the diagnostic for poisoned identifiers [PR36887]Lewis Hyatt1-5/+16
2023-09-19p1689r5: initial supportBen Boeckel1-3/+9
2023-09-06C _BitInt support [PR102989]Jakub Jelinek1-0/+1
2023-06-23c++: Add support for -std={c,gnu}++2{c,6}Marek Polacek1-1/+1
2023-06-21diagnostics: add support for "text art" diagramsDavid Malcolm1-0/+3
2023-03-24diagnostics: ensure that .sarif files are UTF-8 encoded [PR109098]David Malcolm1-0/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-19pch: Fix streaming of strings with embedded null bytesLewis Hyatt1-1/+5
2022-10-14preprocessor: C2x identifier rulesJoseph Myers1-0/+4
2022-10-14middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek1-0/+1
2022-09-07c: New C2x keywordsJoseph Myers1-0/+3
2022-09-07libcpp: Named universal character escapes and delimited escape sequence tweaksJakub Jelinek1-1/+6
2022-09-02c/c++: new warning: -Wxor-used-as-pow [PR90885]David Malcolm1-1/+2
2022-09-01libcpp: Add -Winvalid-utf8 warning [PR106655]Jakub Jelinek1-1/+9
2022-08-20libcpp: Implement C++23 P2290R3 - Delimited escape sequences [PR106645]Jakub Jelinek1-0/+3
2022-08-18preprocessor: Support #warning for standard C2xJoseph Myers1-0/+3
2022-08-16c++: Fix pragma suppression of -Wc++20-compat diagnostics [PR106423]Tom Honermann1-0/+4
2022-08-08preprocessor/106426: Treat u8 character literals as unsigned in char8_t modes.Tom Honermann1-2/+2
2022-01-24preprocessor: -Wbidi-chars and UCNs [PR104030]Marek Polacek1-5/+6
2022-01-17Change references of .c files to .cc filesMartin Liska1-11/+11
2022-01-12aix: handle 64bit inodes for include directoriesClément Chigot1-1/+9
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-01libcpp: Enable P1949R7 for C++98 too [PR100977]Jakub Jelinek1-5/+1
2021-11-16libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026]Marek Polacek1-1/+17
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm1-8/+68
2021-10-29libcpp: Fix _Pragma expansion [PR102409]Tobias Burnus1-0/+1
2021-09-01libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...Jakub Jelinek1-0/+4
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt1-0/+18
2021-05-20c: Add support for __FILE_NAME__ macro (PR c/42579)Christophe Lyon1-0/+1