[PATCH] Removing a disabled warning

David Blaikie dblaikie at gmail.com
Fri Jul 26 10:30:48 PDT 2013


You're one of the people most impacted by changes to the Windows
warning flag choices, so it seems fine for you to commit this if you
think it's the right thing to do.

On Fri, Jul 26, 2013 at 5:43 AM, Aaron Ballman <aaron at aaronballman.com> wrote:
> We disabled this warning previously because tablegen would generate
> empty case statements with nothing but a default label.  However,
> having taught tablegen not to do that, and removed the small number of
> other cases doing this, we now compile without generating this warning
> in MSVC.
>
> This patch re-renables C4065 (switch statement contains 'default' but
> no 'case' labels).
>
> ~Aaron
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>



More information about the llvm-commits mailing list