[PATCH] D66042: [analyzer] Analysis: "Disable" core checkers
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 11 20:35:01 PDT 2019
NoQ added a comment.
In D66042#1624697 <https://reviews.llvm.org/D66042#1624697>, @Charusso wrote:
> `StringRef("osx.cocoa.RetainCountBase").startswith("osx.cocoa.RetainCount")` is true, so there is no real issue until we manage the prefixes well. I assume that the user who knows how to disable/silence a checker, knows where to read how to disable/silence it. At least with scan-build there will not be pitfalls with disabling the core modeling.
Nice, but i suspect that `osx.OSObjectRetainCount` is still screwed :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66042/new/
https://reviews.llvm.org/D66042
More information about the cfe-commits
mailing list