r176966 - Remove stray space.
Ted Kremenek
kremenek at apple.com
Wed Mar 13 13:05:53 PDT 2013
Author: kremenek
Date: Wed Mar 13 15:05:52 2013
New Revision: 176966
URL: http://llvm.org/viewvc/llvm-project?rev=176966&view=rev
Log:
Remove stray space.
Modified:
cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp
Modified: cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp?rev=176966&r1=176965&r2=176966&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp Wed Mar 13 15:05:52 2013
@@ -1355,7 +1355,6 @@ static bool isInLoopBody(ParentMap &PM,
const ObjCForCollectionStmt *FC = cast<ObjCForCollectionStmt>(Term);
LoopBody = FC->getBody();
break;
-
}
case Stmt::WhileStmtClass:
LoopBody = cast<WhileStmt>(Term)->getBody();
More information about the cfe-commits
mailing list