[llvm-dev] Excessive use of LLVM_FALLTHROUGH?

Reid Kleckner via llvm-dev llvm-dev at lists.llvm.org
Wed Mar 1 15:03:53 PST 2017


On Wed, Mar 1, 2017 at 2:59 PM, Robinson, Paul via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> So, can I take out all the ones marked "not needed" as an NFC cleanup?
>

Yep, go for it! It doesn't look like we build with -Wimplicit-fallthrough,
so all these annotations are really just for readability and future
proofing for when someone enables it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170301/3e9fb10e/attachment.html>


More information about the llvm-dev mailing list