summaryrefslogtreecommitdiff
path: root/libcpp/include
AgeCommit message (Expand)Author
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
2023-09-06C _BitInt support [PR102989]Jakub Jelinek
2023-07-06GTY: Enhance 'string_length' option documentationThomas Schwinge
2023-06-23c++: Add support for -std={c,gnu}++2{c,6}Marek Polacek
2023-06-21diagnostics: add support for "text art" diagramsDavid Malcolm
2023-03-24diagnostics: ensure that .sarif files are UTF-8 encoded [PR109098]David Malcolm
2023-01-16Update copyright years.Jakub Jelinek
2022-10-19pch: Fix streaming of strings with embedded null bytesLewis Hyatt
2022-10-14preprocessor: C2x identifier rulesJoseph Myers
2022-10-14middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek
2022-09-28Add instruction level discriminator support.Eugene Rozenfeld
2022-09-07c: New C2x keywordsJoseph Myers
2022-09-07libcpp: Named universal character escapes and delimited escape sequence tweaksJakub Jelinek
2022-09-02c/c++: new warning: -Wxor-used-as-pow [PR90885]David Malcolm
2022-09-01libcpp: Add -Winvalid-utf8 warning [PR106655]Jakub Jelinek
2022-08-20libcpp: Implement C++23 P2290R3 - Delimited escape sequences [PR106645]Jakub Jelinek
2022-08-18preprocessor: Support #warning for standard C2xJoseph Myers
2022-08-16c++: Fix pragma suppression of -Wc++20-compat diagnostics [PR106423]Tom Honermann
2022-08-08preprocessor/106426: Treat u8 character literals as unsigned in char8_t modes.Tom Honermann
2022-07-15libcpp: Improve encapsulation of label_textJonathan Wakely
2022-07-13libcpp: Avoid pessimizing std::move [PR106272]Marek Polacek
2022-07-07Convert label_text to C++11 move semanticsDavid Malcolm
2022-01-24preprocessor: -Wbidi-chars and UCNs [PR104030]Marek Polacek
2022-01-18pack fields in line-map data structuresRichard Biener
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-12aix: handle 64bit inodes for include directoriesClément Chigot
2022-01-03Update copyright years.Jakub Jelinek
2021-12-03pch: Add support for PCH for relocatable executables [PR71934]Jakub Jelinek
2021-12-01libcpp: Enable P1949R7 for C++98 too [PR100977]Jakub Jelinek
2021-11-16libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026]Marek Polacek
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm
2021-10-29libcpp: Fix _Pragma expansion [PR102409]Tobias Burnus
2021-09-01libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...Jakub Jelinek
2021-08-31Disable gcc_rich_location copying and assignment.Martin Sebor
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt