aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ModuleManager.cpp
diff options
context:
space:
mode:
authorAdam Balogh <adam.balogh@ericsson.com>2018-07-30 08:52:21 +0000
committerAdam Balogh <adam.balogh@ericsson.com>2018-07-30 08:52:21 +0000
commita692120cb76b25d1a683f7479b7549b455015951 (patch)
treeb48f122a39321bd6467623fbb571f23c714fbc08 /clang/lib/Serialization/ModuleManager.cpp
parent8b6eff4e77f07f2afd738a97a821b5d292b9fdf1 (diff)
downloadllvm-a692120cb76b25d1a683f7479b7549b455015951.zip
llvm-a692120cb76b25d1a683f7479b7549b455015951.tar.gz
llvm-a692120cb76b25d1a683f7479b7549b455015951.tar.bz2
[Analyzer] Iterator Checker Hotfix: Defer deletion of container data until its last iterator is cleaned up
The analyzer may consider a container region as dead while it still has live iterators. We must defer deletion of the data belonging to such containers until all its iterators are dead as well to be able to compare the iterator to the begin and the end of the container which is stored in the container data. Differential Revision: https://reviews.llvm.org/D48427 llvm-svn: 338234
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions