forked from OSchip/llvm-project
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
llvm-svn: 304477
This commit is contained in:
parent
0d823d610d
commit
1aead4f56e
|
@ -501,7 +501,8 @@ bool Parser::ParseMicrosoftIfExistsBraceInitializer(ExprVector &InitExprs,
|
|||
Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists)
|
||||
<< Result.IsIfExists;
|
||||
// Fall through to skip.
|
||||
|
||||
LLVM_FALLTHROUGH;
|
||||
|
||||
case IEB_Skip:
|
||||
Braces.skipToEnd();
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue