[cfe-commits] r139595 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/JumpDiagnostics.cpp test/SemaCXX/MicrosoftExtensions.cpp
John McCall
rjmccall at apple.com
Tue Sep 13 10:39:03 PDT 2011
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.
More information about the cfe-commits
mailing list