Test commit, no changes.

llvm-svn: 226552
This commit is contained in:
Pavel Labath 2015-01-20 09:47:57 +00:00
parent d106b734cf
commit bb917683b6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ void ExprEngine::VisitBinaryOperator(const BinaryOperator* B,
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) {