[PATCH] D75842: [Analyzer] Bugfix for CheckerRegistry
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 9 09:08:54 PDT 2020
Szelethus added a comment.
The thing to note here is checkers that are not `isDisabled()` won't get enabled, only if they are `isEnabled()` as well :)
Please add a unit test, otherwise LGTM. I just landed D67335 <https://reviews.llvm.org/D67335>, so it should be easy to do.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75842/new/
https://reviews.llvm.org/D75842
More information about the cfe-commits
mailing list