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

llvm-svn: 304473
This commit is contained in:
Galina Kistanova 2017-06-01 21:19:06 +00:00
parent 7767425168
commit d819d5bd68
1 changed files with 1 additions and 0 deletions

View File

@ -4215,6 +4215,7 @@ void Parser::ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType,
Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists)
<< Result.IsIfExists;
// Fall through to skip.
LLVM_FALLTHROUGH;
case IEB_Skip:
Braces.skipToEnd();