Skip to content

Commit

Permalink
Reduce gcc-7 warnings by fall-through comments.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303365 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gkistanova committed May 18, 2017
1 parent dcc0630 commit 8762436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Demangle/ItaniumDemangle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,7 @@ static const char *parse_type(const char *first, const char *last, C &db) {
break;
}
}
// drop through
// falls through
default:
// must check for builtin-types before class-enum-types to avoid
// ambiguities with operator-names
Expand Down

0 comments on commit 8762436

Please sign in to comment.