From 550c57454603b9f471988ab8dd098fa67be734b4 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 19 Dec 2017 22:06:11 +0000 Subject: Silence a bunch of implicit fallthrough warnings git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321115 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/JumpDiagnostics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Sema/JumpDiagnostics.cpp') diff --git a/lib/Sema/JumpDiagnostics.cpp b/lib/Sema/JumpDiagnostics.cpp index 865aea9e22..64fa2c34b2 100644 --- a/lib/Sema/JumpDiagnostics.cpp +++ b/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 -- cgit v1.2.1