[PATCH] D66593: [analyzer] CastValueChecker: Fix some assertions
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 22 20:50:44 PDT 2019
Charusso abandoned this revision.
Charusso marked 4 inline comments as done.
Charusso added a comment.
Wow, it is great you could address every of the edge cases. Thanks you so much! I believe only one problem left: we need to `return false` instead of plain `return` in order to let the Analyzer model the function call. I could fix it easily, thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66593/new/
https://reviews.llvm.org/D66593
More information about the cfe-commits
mailing list