[LLVMbugs] [Bug 15706] New: Multiple escaped newline between the */ characters are not handled correctly
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Apr 8 18:11:07 PDT 2013
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: unassignedclangbugs at nondot.org
Reporter: ruiu at google.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130409/235c2756/attachment.html>
More information about the llvm-bugs
mailing list