Skip to content
Snippets Groups Projects
Commit 6f75e6df authored by Aleksei Sidorin's avatar Aleksei Sidorin
Browse files

[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
parent c80ac49f
No related branches found
No related tags found
No related merge requests found
...@@ -578,9 +578,9 @@ void ExprEngine::VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred, ...@@ -578,9 +578,9 @@ void ExprEngine::VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred,
const MemRegion *R = svalBuilder.getRegionManager().getCXXTempObjectRegion( const MemRegion *R = svalBuilder.getRegionManager().getCXXTempObjectRegion(
LE, LocCtxt); LE, LocCtxt);
SVal V = loc::MemRegionVal(R); SVal V = loc::MemRegionVal(R);
ProgramStateRef State = Pred->getState(); ProgramStateRef State = Pred->getState();
// If we created a new MemRegion for the lambda, we should explicitly bind // If we created a new MemRegion for the lambda, we should explicitly bind
// the captures. // the captures.
CXXRecordDecl::field_iterator CurField = LE->getLambdaClass()->field_begin(); CXXRecordDecl::field_iterator CurField = LE->getLambdaClass()->field_begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment