]> granicus.if.org Git - clang/commitdiff
Remove unnecessary semicolon.
authorManuel Klimek <klimek@google.com>
Wed, 6 Aug 2014 14:21:59 +0000 (14:21 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 6 Aug 2014 14:21:59 +0000 (14:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214970 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/ExprEngine.cpp

index 9cca4d33a9c473d2170c74cac1ad9b2cc4dab25a..b30a4417e9a96e5817445bb67183e9a4bc266f8d 100644 (file)
@@ -58,7 +58,7 @@ typedef std::pair<const CXXBindTemporaryExpr *, const StackFrameContext *>
 // The StackFrameContext assures that nested calls due to inlined recursive
 // functions do not interfere.
 REGISTER_TRAIT_WITH_PROGRAMSTATE(InitializedTemporariesSet,
-                                 llvm::ImmutableSet<CXXBindTemporaryContext>);
+                                 llvm::ImmutableSet<CXXBindTemporaryContext>)
 
 //===----------------------------------------------------------------------===//
 // Engine construction and deletion.