[clang] [Clang] Allow raw string literals in C as an extension (PR #88265)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 18 11:10:52 PDT 2024


================
@@ -43,6 +43,9 @@ code bases.
 C/C++ Language Potentially Breaking Changes
 -------------------------------------------
 
+- Clang now supports raw string literals in ``-std=gnuXY`` mode as an extension in
+  C. This behaviour can also be overridden using ``-f[no-]raw-string-literals``.
----------------
AaronBallman wrote:

This should mention #85703 somewhere

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


More information about the cfe-commits mailing list