We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b4517 commit 0af9569Copy full SHA for 0af9569
clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
@@ -77,7 +77,7 @@ void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred,
77
V = Pred->getState()->getSVal(*L);
78
else
79
assert(V.isUnknownOrUndef());
80
-
+
81
ExplodedNodeSet Tmp;
82
evalLocation(Tmp, CallExpr, VExpr, Pred, Pred->getState(), V, true);
83
for (ExplodedNode *N : Tmp)
0 commit comments