diff options
Diffstat (limited to 'clang/lib/CodeGen/VarBypassDetector.cpp')
-rw-r--r-- | clang/lib/CodeGen/VarBypassDetector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/VarBypassDetector.cpp b/clang/lib/CodeGen/VarBypassDetector.cpp index e8717a61ce5e..6eda83dfdef2 100644 --- a/clang/lib/CodeGen/VarBypassDetector.cpp +++ b/clang/lib/CodeGen/VarBypassDetector.cpp @@ -77,7 +77,7 @@ bool VarBypassDetector::BuildScopeInformation(const Stmt *S, return false; ++StmtsToSkip; } - LLVM_FALLTHROUGH; + [[fallthrough]]; case Stmt::GotoStmtClass: FromScopes.push_back({S, ParentScope}); |