commit | 9e17cc6abb5d55bd776d379b20d5b476bcc46c71 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Tue Sep 29 06:35:00 2009 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Tue Sep 29 06:35:00 2009 +0000 |
tree | 8384b93f7a0e09f6099964bca508b3abbdc5b591 | |
parent | fcd0029a4ccd1380e0148b846de3bd85d2fa8ab4 [diff] |
Fix really insidious bug in RegionStoreManager::RemoveDeadBindings() identified with a false positive reported by Thomas Clement. This involved doing another rewrite of RegionStoreManager::RemoveDeadBindings(), which phrases the entire problem of scanning for dead regions as a graph exploration problem. It is more methodic than the previous implementation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83053 91177308-0d34-0410-b5e6-96231b3b80d8