3 Commits

Author SHA1 Message Date
Aaron Ballman
4f09ac7705 Fix off-by-one issue found by post-commit review 2024-06-13 07:48:08 -04:00
cor3ntin
6bc71bac87
[Clang] \ is not valid in a raw string literal (#93867)
Fix regression introduced by #93216
2024-06-04 09:35:35 +02:00
cor3ntin
2ace7bdcfe
[Clang] allow ` @$ `` in raw string delimiters in C++26 (#93216)
And as an extension in older language modes.

Per https://eel.is/c++draft/lex.string#nt:d-char

Fixes #93130
2024-05-28 15:38:02 +02:00