mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-18 20:18:12 +00:00
LLVM_FALLTHROUGH instead of fall-through comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aade6b806c
commit
f73a055bca
@ -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…
x
Reference in New Issue
Block a user