Skip to content
Commit 32c32892 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fix a horrid bug in GRExprEngine::CheckerVisit() that was identified

by the test case in PR 5627.  Essentially we shouldn't clear the
ExplodedNodeSet where we deposit newly constructed nodes if that set
is the 'Dst' set passed in.  It is not okay to clear that set because
it may already contain nodes.

llvm-svn: 90931
parent 10398e74
Loading
Loading
Loading
Loading
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