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

via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 15 14:15:06 PST 2024


================
@@ -0,0 +1,5 @@
+// RUN: %clang_cc1 -E -fsyntax-only -verify %s
+
+// expected-error at +2{{invalid character ')' character in raw string delimiter; use PREFIX( )PREFIX to delimit raw string}}
----------------
akshaykumars614 wrote:

I did not understand what you mean by old spelling...

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


More information about the cfe-commits mailing list