r226552 - Test commit, no changes.
Pavel Labath
labath at google.com
Tue Jan 20 01:47:57 PST 2015
Author: labath
Date: Tue Jan 20 03:47:57 2015
New Revision: 226552
URL: http://llvm.org/viewvc/llvm-project?rev=226552&view=rev
Log:
Test commit, no changes.
Modified:
cfe/trunk/lib/StaticAnalyzer/Core/ExprEngineC.cpp
Modified: cfe/trunk/lib/StaticAnalyzer/Core/ExprEngineC.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/ExprEngineC.cpp?rev=226552&r1=226551&r2=226552&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/ExprEngineC.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/ExprEngineC.cpp Tue Jan 20 03:47:57 2015
@@ -31,7 +31,7 @@ void ExprEngine::VisitBinaryOperator(con
ExplodedNodeSet Tmp2;
getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, B, *this);
- // With both the LHS and RHS evaluated, process the operation itself.
+ // With both the LHS and RHS evaluated, process the operation itself.
for (ExplodedNodeSet::iterator it=CheckedSet.begin(), ei=CheckedSet.end();
it != ei; ++it) {
More information about the cfe-commits
mailing list