diff options
Diffstat (limited to 'lib/StaticAnalyzer/Core/ExprEngineC.cpp')
| -rw-r--r-- | lib/StaticAnalyzer/Core/ExprEngineC.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/StaticAnalyzer/Core/ExprEngineC.cpp b/lib/StaticAnalyzer/Core/ExprEngineC.cpp index ffda52709dc2..1777ea97a402 100644 --- a/lib/StaticAnalyzer/Core/ExprEngineC.cpp +++ b/lib/StaticAnalyzer/Core/ExprEngineC.cpp @@ -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) { | 
