[PATCH] D73720: [Analyzer] Use note tags to track container begin and and changes
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 12 05:18:46 PST 2020
baloghadamsoftware added a comment.
In D73720#1871955 <https://reviews.llvm.org/D73720#1871955>, @Szelethus wrote:
> Do we have a test where 2 containers are present but only one of them should be marked as interesting?
Yes, of course we have, that was the starting point of the discussion. However, I try to make the tests orthogonal, so this test is in `container-modeling.cpp` where we do not dereference it, but print its begin or end.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73720/new/
https://reviews.llvm.org/D73720
More information about the cfe-commits
mailing list