[PATCH] Fix block comment parser

Rui Ueyama ruiu at google.com
Mon Apr 8 19:16:50 PDT 2013


Hi,

This is my first patch to Clang, and this fixes a bug in block comment
parser (http://llvm.org/bugs/show_bug.cgi?id=15706). After submitting this
patch, Clang will be able to parse the following block comment.

/* *\
\
/

Currently Clang can skip only one escaped newline between * and /.

Rui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130408/e628f7e6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: block-comment-fix.patch
Type: application/octet-stream
Size: 3717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130408/e628f7e6/attachment.obj>


More information about the cfe-commits mailing list