diff options
-rw-r--r-- | clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp index c3f5b42a9f6..27f7553e7ae 100644 --- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp +++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp @@ -191,7 +191,7 @@ typedef std::pair<const CXXBindTemporaryExpr *, const LocationContext *> typedef llvm::ImmutableSet<ElidedDestructorItem> ElidedDestructorSet; REGISTER_TRAIT_WITH_PROGRAMSTATE(ElidedDestructors, - ElidedDestructorSet); + ElidedDestructorSet) //===----------------------------------------------------------------------===// // Engine construction and deletion. |