[PATCH] Replacing empty switches
Aaron Ballman
aaron at aaronballman.com
Wed Jul 10 10:21:27 PDT 2013
Thanks! Committed in r186017
~Aaron
On Wed, Jul 10, 2013 at 1:18 PM, Rafael EspĂndola
<rafael.espindola at gmail.com> wrote:
> 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