From: Aleksei Sidorin Date: Thu, 1 Sep 2016 11:11:46 +0000 (+0000) Subject: [analyzer][test commit] ExprEngine.cpp: Remove training whitespace; NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f75e6dfd196db1df92974ff9c5a5b3c69ca682d;p=clang [analyzer][test commit] ExprEngine.cpp: Remove training whitespace; NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280352 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp b/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp index 556e2239ab..68c66ed07b 100644 --- a/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp +++ b/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp @@ -578,9 +578,9 @@ void ExprEngine::VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred, const MemRegion *R = svalBuilder.getRegionManager().getCXXTempObjectRegion( LE, LocCtxt); SVal V = loc::MemRegionVal(R); - + ProgramStateRef State = Pred->getState(); - + // If we created a new MemRegion for the lambda, we should explicitly bind // the captures. CXXRecordDecl::field_iterator CurField = LE->getLambdaClass()->field_begin();