[PATCH] Fix block comment parser
David Blaikie
dblaikie at gmail.com
Tue Apr 16 00:13:05 PDT 2013
Bump
This looks pretty reasonable to me - but the lexer is a pretty hot
path (though this doesn't seem like it would be very hot itself) so
I'm not quite willing to sign off myself, but hopefully this'll be
brought to someone else's attention at some point
On Mon, Apr 8, 2013 at 7:16 PM, Rui Ueyama <ruiu at google.com> wrote:
> 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
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
More information about the cfe-commits
mailing list