Skip to content
Snippets Groups Projects
Commit f19f2515 authored by Zhongxing Xu's avatar Zhongxing Xu
Browse files

Clear the dest set.

llvm-svn: 89060
parent 48770eb6
No related branches found
No related tags found
No related merge requests found
......@@ -333,6 +333,7 @@ void GRExprEngine::ProcessStmt(Stmt* S, GRStmtNodeBuilder& builder) {
ExplodedNodeSet *DstSet = (I+1 == E) ? &Tmp
: (SrcSet == &Tmp2) ? &Tmp3
: &Tmp2;
DstSet->clear();
void *tag = I->first;
Checker *checker = I->second;
for (ExplodedNodeSet::iterator NI = SrcSet->begin(), NE = SrcSet->end();
......
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