peter.smith added a comment. Thanks for pointing that out, I'm out of office today, will look at describing the intention to fall through when I get back in on Monday.
================ Comment at: lib/Driver/ToolChains/Gnu.cpp:241 + case llvm::Triple::thumbeb: + IsBigEndian = true; + case llvm::Triple::arm: ---------------- xbolva00 wrote: > Gnu.cpp:241:17: warning: this statement may fall through > [-Wimplicit-fallthrough=] > IsBigEndian = true; The fall through is intentional in this case. Repository: rC Clang https://reviews.llvm.org/D52784 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits