[PATCH] Replacing empty switches
Aaron Ballman
aaron at aaronballman.com
Mon Jul 15 05:23:01 PDT 2013
Ping?
On Wed, Jul 10, 2013 at 10:11 AM, Aaron Ballman <aaron at aaronballman.com> wrote:
> This patch replaces an empty switch statement with its moral
> equivalent. If we find that we need the switch behavior in the
> future, we can always add it back in then.
>
> There's a corresponding cleanup coming for the same problem in a few
> places in LLVM.
>
> ~Aaron
More information about the cfe-commits
mailing list