[PATCH] D81718: [Analyzer][NFC] Add methods `getReturnObject()` and `getArgObject()` to `CallEvent`
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 17 02:40:19 PDT 2020
baloghadamsoftware added a comment.
I am really sorry to tell that, but now I began adding support for raw pointers as iterators (I will upload them in a separate patch when fully ready) and then tried your test. It passes, the error is found using this particular patch. So please tell me what is wrong with it, because the test you suggested does not prove it incorrect once support for pointers as iterators are there. If you feel it too iterator-specific, then I can abandon this patch and move this functions into the iterator library (`Iterator.h` and `Iterator.cpp`) in D77229 <https://reviews.llvm.org/D77229>.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81718/new/
https://reviews.llvm.org/D81718
More information about the cfe-commits
mailing list