aboutsummaryrefslogtreecommitdiff
path: root/libcpp/charset.cc
AgeCommit message (Expand)AuthorFilesLines
2023-06-23libcpp: allow UCS_LIMIT codepoints in UTF-8 stringsBen Boeckel1-1/+1
2023-06-21diagnostics: add support for "text art" diagramsDavid Malcolm1-21/+68
2023-06-19libcpp: reject codepoints above 0x10FFFFBen Boeckel1-0/+7
2023-03-24diagnostics: ensure that .sarif files are UTF-8 encoded [PR109098]David Malcolm1-0/+27
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-14preprocessor: C2x identifier rulesJoseph Myers1-2/+2
2022-09-07libcpp: Named universal character escapes and delimited escape sequence tweaksJakub Jelinek1-15/+71
2022-09-01libcpp: Add -Winvalid-utf8 warning [PR106655]Jakub Jelinek1-3/+3
2022-08-26libcpp: Implement P2362R3 - Remove non-encodable wide character literals and ...Jakub Jelinek1-1/+5
2022-08-26c++: Implement C++23 P2071R2 - Named universal character escapes [PR106648]Jakub Jelinek1-48/+487
2022-08-20libcpp: Implement C++23 P2290R3 - Delimited escape sequences [PR106645]Jakub Jelinek1-21/+174
2022-08-08preprocessor/106426: Treat u8 character literals as unsigned in char8_t modes.Tom Honermann1-2/+2
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2510