[clang] bad error message on incorrect string literal #18079 (PR #81670)

Jon Roelofs via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 14 11:13:13 PST 2024


================
@@ -102,6 +102,9 @@ def err_raw_delim_too_long : Error<
 def err_invalid_char_raw_delim : Error<
   "invalid newline character in raw string delimiter"
   "; use PREFIX( )PREFIX to delimit raw string">;
+def err_invalid_nexline_raw_delim : Error<
----------------
jroelofs wrote:

```suggestion
def err_invalid_newline_raw_delim : Error<
```

https://github.com/llvm/llvm-project/pull/81670


More information about the cfe-commits mailing list