[llvm-bugs] [Bug 39891] New: raw string literals in C

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Dec 5 04:45:55 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=39891

            Bug ID: 39891
           Summary: raw string literals in C
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: jan.smets at nokia.com
                CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
                    richard-llvm at metafoo.co.uk

GCC supports, as an extension, raw string literals in C

For example, R"(^((.*[^[:space:]].*)|())$)"  is valid in C code (with GCC).

Would it be possible for Clang to also provide this as an extension.

Thank you

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181205/625849f6/attachment.html>


More information about the llvm-bugs mailing list