From: Simon Pilgrim Date: Wed, 1 Aug 2018 10:34:13 +0000 (+0000) Subject: Add missing semicolon. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=237bb7367b57acb9ea17531b3afb2a5cdb15adb8;p=clang Add missing semicolon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338510 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp b/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp index 107b958193..4f1766a813 100644 --- a/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp +++ b/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp @@ -253,7 +253,7 @@ std::pair ExprEngine::prepareForObjectConstruction( State = PreElideState; CallOpts = PreElideCallOpts; } - LLVM_FALLTHROUGH + LLVM_FALLTHROUGH; } case ConstructionContext::SimpleTemporaryObjectKind: { const auto *TCC = cast(CC);