forked from OSchip/llvm-project
Fix caching bug revealed by analyzing ClamAV using RegionStore.
llvm-svn: 76262
This commit is contained in:
parent
fe9b768aaa
commit
fc311292da
|
@ -2205,8 +2205,7 @@ void GRExprEngine::VisitDeclStmt(DeclStmt* DS, NodeTy* Pred, NodeSet& Dst) {
|
|||
|
||||
if (InitEx)
|
||||
Visit(InitEx, Pred, Tmp);
|
||||
|
||||
if (Tmp.empty())
|
||||
else
|
||||
Tmp.Add(Pred);
|
||||
|
||||
for (NodeSet::iterator I=Tmp.begin(), E=Tmp.end(); I!=E; ++I) {
|
||||
|
|
Loading…
Reference in New Issue