http://llvm.org/bugs/show_bug.cgi?id=15509

            Bug ID: 15509
           Summary: space-between-backslash-and-newline extension is
                    non-conforming
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++11
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

Clang rejects this valid C++ program, due to the GNU
whitespace-between-backslash-and-newline extension:

/*foo*\ 
/ bar */ int main() {}

(there is a space at the end of the first line).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to