Fix long-lurking bug in ObjCSummaryCache revealed by Torok's recent memory
authorTed Kremenek <kremenek@apple.com>
Tue, 21 Jul 2009 23:27:57 +0000 (23:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 21 Jul 2009 23:27:57 +0000 (23:27 +0000)
commit8be513822cc382337c9bfc33d3c8b220628ab6bc
treea57b4a4b54439417693dc40c303dc66570c3036a
parent3666c34db8fc24515c7fd50ff36ea814d6182b28
Fix long-lurking bug in ObjCSummaryCache revealed by Torok's recent memory
poisoning changes to DenseMap. We were using an iterator after it had been
invalidated by an insertion into the DenseMap.

llvm-svn: 76677
clang/lib/Analysis/CFRefCount.cpp