diff options
author | Reid Kleckner <rnk@google.com> | 2018-11-01 19:11:05 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2018-11-01 19:11:05 +0000 |
commit | 3f756fbabe58e2eb03ea0e4f56aac08e4eb59477 (patch) | |
tree | a31301c834cccdfe44361c21daf089e0d18d34e7 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0a8dc9eb0fe0c1eeae027f6d6d570795b7b6fda6 (diff) | |
download | llvm-3f756fbabe58e2eb03ea0e4f56aac08e4eb59477.zip llvm-3f756fbabe58e2eb03ea0e4f56aac08e4eb59477.tar.gz llvm-3f756fbabe58e2eb03ea0e4f56aac08e4eb59477.tar.bz2 |
Remove unnecessary fallthrough annotation after unreachable
Clang's -Wimplicit-fallthrough implementation warns on this. I built
clang with GCC 7.3 in +asserts and -asserts mode, and GCC doesn't warn
on this in either configuration. I think it is unnecessary. I separated
it from the large mechanical patch (https://reviews.llvm.org/D53950) in
case I am wrong and it has to be reverted.
llvm-svn: 345876
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions