Skip to content

Commit c3de871

Browse files
author
tobias.gruber
committed
Fix formatting
1 parent 1b6c198 commit c3de871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred,
7979
assert(V.isUnknownOrUndef());
8080

8181
ExplodedNodeSet Tmp;
82-
evalLocation(Tmp, CallExpr, VExpr, Pred, Pred->getState(), V, /*isLoad=*/true);
82+
evalLocation(Tmp, CallExpr, VExpr, Pred, Pred->getState(), V,
83+
/*isLoad=*/true);
8384
for (ExplodedNode *N : Tmp)
8485
evalBind(Dst, CallExpr, N, ThisVal, V, true);
8586

0 commit comments

Comments
 (0)