[cfe-commits] [PATCH] Don't ignore errors caused by missing right parens. Fixes 8394.

John McCall rjmccall at apple.com
Tue Apr 5 19:40:23 PDT 2011


On Mar 27, 2011, at 6:22 PM, Justin Bogner wrote:
> Invalid compound statements that weren't followed by a right paren
> weren't being reported:
> 
>    http://llvm.org/bugs/show_bug.cgi?id=8394
> 
> This patch fixes that. Could somebody please review and commit it?

Looks fine to me.  Committed with a few adjustments in r128979.

John.



More information about the cfe-commits mailing list