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 <[email protected]> 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
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to