[PATCH] D98726: [analyzer] Enabling MallocChecker to take up after SmartPtrModelling
Deep Majumder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 26 22:59:56 PDT 2021
RedDocMD added a comment.
The call to `PathSensitiveBugReport::markInvalid()` is triggered by `LikelyFalsePositiveSuppressionBRVisitor::finalizeVisitor()`. So I guess we need to see now why the visitor thinks this is a false positive.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98726/new/
https://reviews.llvm.org/D98726
More information about the cfe-commits
mailing list