Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.

llvm-svn: 304477
This commit is contained in:
Galina Kistanova 2017-06-01 21:23:52 +00:00
parent 0d823d610d
commit 1aead4f56e
1 changed files with 2 additions and 1 deletions

View File

@ -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;