summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-01-20 09:47:57 +0000
committerPavel Labath <labath@google.com>2015-01-20 09:47:57 +0000
commitbb917683b6406bf3bd2f5da38511695e69400755 (patch)
tree04631cce92df5ca09f2e25dc4b45c32a97e60fc2 /clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
parentd106b734cfbfb490b93af9c5166d1b31b5e1581c (diff)
downloadbcm5719-llvm-bb917683b6406bf3bd2f5da38511695e69400755.tar.gz
bcm5719-llvm-bb917683b6406bf3bd2f5da38511695e69400755.zip
Test commit, no changes.
llvm-svn: 226552
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp b/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
index ffda52709dc..1777ea97a40 100644
--- a/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
+++ b/clang/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) {
OpenPOWER on IntegriCloud