r214970 - Remove unnecessary semicolon.

Manuel Klimek klimek at google.com
Wed Aug 6 07:21:59 PDT 2014


Author: klimek
Date: Wed Aug  6 09:21:59 2014
New Revision: 214970

URL: http://llvm.org/viewvc/llvm-project?rev=214970&view=rev
Log:
Remove unnecessary semicolon.

Modified:
    cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp

Modified: cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp?rev=214970&r1=214969&r2=214970&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp Wed Aug  6 09:21:59 2014
@@ -58,7 +58,7 @@ typedef std::pair<const CXXBindTemporary
 // 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.





More information about the cfe-commits mailing list