On Sep 13, 2011, at 3:26 AM, Francois Pichet wrote:
> Author: fpichet
> Date: Tue Sep 13 05:26:51 2011
> New Revision: 139595
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=139595&view=rev
> Log:
> In Microsoft mode, downgrade "goto into protected scope" from error to 
> warning if we are jumping over a variable initialization via a goto.
> 
> This fixes a few errors when parsing MFC code with clang.

This is one of those invariants which will probably foul up IR generation.
You're absolutely not willing to treat this as a source bug?

John.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to