diff options
Diffstat (limited to 'gnu/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp')
| -rw-r--r-- | gnu/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp b/gnu/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp index 865aea9e228..64fa2c34b23 100644 --- a/gnu/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp +++ b/gnu/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp @@ -323,7 +323,7 @@ void JumpScopeChecker::BuildScopeInformation(Stmt *S, BuildScopeInformation(Var, ParentScope); ++StmtsToSkip; } - // Fall through + LLVM_FALLTHROUGH; case Stmt::GotoStmtClass: // Remember both what scope a goto is in as well as the fact that we have |
