[PATCH] D66042: [analyzer] Analysis: "Disable" core checkers
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 13:18:24 PDT 2019
NoQ added a comment.
In D66042#1627193 <https://reviews.llvm.org/D66042#1627193>, @alexfh wrote:
> Should this be different with clang and this patch?
Nope. Moreover, this patch in fact introduces the same problem in scan-build :)
In D66042#1627193 <https://reviews.llvm.org/D66042#1627193>, @alexfh wrote:
> But without this patch clang seems to have the same two ANALYZE log lines regardless of whether I enable `core` checkers or not
Yup, it seems as if clang-tidy enables `core` as long as at least one Static Analyzer checker is enabled (even if it's path-insensitive).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66042/new/
https://reviews.llvm.org/D66042
More information about the cfe-commits
mailing list