[PATCH] Allow client use of -Wimplicit-fallthrough and fix a potential fallthrough bug

Tim Northover t.p.northover at gmail.com
Thu Jun 13 15:56:11 PDT 2013


> I attempted to build the rest of Clang with the warning turned on.
> Most of the uncommented fallthroughs look benign, save for one in
> lib/Driver/ToolChains.cpp; I don't think aarch64 should fall through
> to check for mips libraries if aarch64 isn't available.

Oh, well spotted! I've also committed this one as r183956.

Thanks.

Tim.



More information about the cfe-commits mailing list