浏览代码

Add missing semicolon.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338510 91177308-0d34-0410-b5e6-96231b3b80d8
Simon Pilgrim 7 年之前
父节点
当前提交
237bb7367b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/StaticAnalyzer/Core/ExprEngineCXX.cpp

+ 1 - 1
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp

@@ -253,7 +253,7 @@ std::pair<ProgramStateRef, SVal> ExprEngine::prepareForObjectConstruction(
         State = PreElideState;
         State = PreElideState;
         CallOpts = PreElideCallOpts;
         CallOpts = PreElideCallOpts;
       }
       }
-      LLVM_FALLTHROUGH
+      LLVM_FALLTHROUGH;
     }
     }
     case ConstructionContext::SimpleTemporaryObjectKind: {
     case ConstructionContext::SimpleTemporaryObjectKind: {
       const auto *TCC = cast<TemporaryObjectConstructionContext>(CC);
       const auto *TCC = cast<TemporaryObjectConstructionContext>(CC);