[PATCH] Replacing empty switches

Aaron Ballman aaron at aaronballman.com
Wed Jul 10 07:12:58 PDT 2013


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: empty_switch1.patch
Type: application/octet-stream
Size: 1050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130710/7a5c4055/attachment.obj>


More information about the llvm-commits mailing list