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

            Bug ID: 15706
           Summary: Multiple escaped newline between the */ characters are
                    not handled correctly
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Clang recognize only one escaped newline between the */ characters of a block
comment. So it handles (A) correctly, but can't parse (B).

(A)

/**\
/

(b)

/**\
\
/

-- 
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