зеркало из https://github.com/microsoft/clang-1.git
pass the correct predecessor node.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81066 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
2191b20bfb
Коммит
aeba28405d
|
@ -1628,7 +1628,7 @@ void GRExprEngine::VisitCallRec(CallExpr* CE, ExplodedNode* Pred,
|
||||||
MarkNoReturnFunction(FD, CE, state, Builder);
|
MarkNoReturnFunction(FD, CE, state, Builder);
|
||||||
|
|
||||||
// Evaluate the call.
|
// Evaluate the call.
|
||||||
if (EvalBuiltinFunction(FD, CE, Pred, Dst))
|
if (EvalBuiltinFunction(FD, CE, *DI, Dst))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// Dispatch to the plug-in transfer function.
|
// Dispatch to the plug-in transfer function.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче