[PATCH] D48427: [Analyzer] Fix for D47417 to make the tests pass
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 2 05:53:12 PDT 2018
baloghadamsoftware added a comment.
Hmm, then the only solution that comes to my mind is to link iterator positions to container data instead of the container regions. I also have to store a link to the class definition of the container in the container data for the invalidation rules. Container data can then be detached from the container region until the last iterator to the container is clean up. Is it OK?
https://reviews.llvm.org/D48427
More information about the cfe-commits
mailing list