forked from OSchip/llvm-project
LLVM_FALLTHROUGH instead of fall-through comment.
llvm-svn: 303375
This commit is contained in:
parent
9fbfd76fe3
commit
871417446b
|
@ -1947,7 +1947,7 @@ static const char *parse_type(const char *first, const char *last, C &db) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
// falls through
|
||||
LLVM_FALLTHROUGH;
|
||||
default:
|
||||
// must check for builtin-types before class-enum-types to avoid
|
||||
// ambiguities with operator-names
|
||||
|
|
Loading…
Reference in New Issue