[PATCH] Replacing empty switches

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Jul 10 10:18:54 PDT 2013


LGTM

On 10 July 2013 10:12, 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.
>
> This patch has a sibling for similar cleanup in clang.
>
> ~Aaron
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list