aboutsummaryrefslogtreecommitdiff
path: root/libcpp/lex.cc
AgeCommit message (Expand)AuthorFilesLines
2023-11-24libcpp: configure: drop unused Valgrind detectionAlexander Monakov1-2/+2
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-1/+1
2023-10-23libcpp: Improve the diagnostic for poisoned identifiers [PR36887]Lewis Hyatt1-2/+8
2023-10-08libcpp: eliminate COMBINE_LOCATION_DATADavid Malcolm1-10/+10
2023-07-18libcpp: Handle extended characters in user-defined literal suffix [PR103902]Lewis Hyatt1-167/+215
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-07preprocessor: Enable __VA_OPT__ for C2xJoseph Myers1-2/+8
2022-11-05c++: libcpp: Support raw strings with newlines in directives [PR55971]Lewis Hyatt1-9/+32
2022-10-14preprocessor: C2x identifier rulesJoseph Myers1-6/+7
2022-09-28Add instruction level discriminator support.Eugene Rozenfeld1-3/+4
2022-09-01libcpp: Add -Winvalid-utf8 warning [PR106655]Jakub Jelinek1-26/+183
2022-08-26c++: Implement C++23 P2071R2 - Named universal character escapes [PR106648]Jakub Jelinek1-9/+66
2022-08-20libcpp: Implement C++23 P2290R3 - Delimited escape sequences [PR106645]Jakub Jelinek1-4/+21
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm1-1/+1
2022-01-24preprocessor: -Wbidi-chars and UCNs [PR104030]Marek Polacek1-6/+10
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+5389