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.


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to