]> granicus.if.org Git - clang/commitdiff
Test commit, no changes.
authorPavel Labath <labath@google.com>
Tue, 20 Jan 2015 09:47:57 +0000 (09:47 +0000)
committerPavel Labath <labath@google.com>
Tue, 20 Jan 2015 09:47:57 +0000 (09:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226552 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/ExprEngineC.cpp

index ffda52709dc2f818b7e5403cfb56c705fb407f01..1777ea97a4029588f927ed9d7a4f5e07f3194bbd 100644 (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) {