forked from OSchip/llvm-project
do not do post checks. Because at this point we just enter the call.
llvm-svn: 119480
This commit is contained in:
parent
39720111e0
commit
35d023164c
|
@ -192,10 +192,6 @@ void GRExprEngine::VisitCXXMemberCallExpr(const CXXMemberCallExpr *MCE,
|
|||
state = state->bindLoc(loc::MemRegionVal(ThisR),state->getSVal(ObjArgExpr));
|
||||
SetupThis.Add(Builder->generateNode(Loc, state, *I));
|
||||
}
|
||||
|
||||
// Perform post-visit.
|
||||
CheckerVisit(MCE, Dst, /* FIXME: don't forget to update later */ SetupThis,
|
||||
PostVisitStmtCallback);
|
||||
}
|
||||
|
||||
void GRExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred,
|
||||
|
|
Loading…
Reference in New Issue