[PATCH] D146520: [clang-tidy] Fix checks filter with warnings-as-errors
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 27 08:26:51 PDT 2023
aaron.ballman added a subscriber: NoQ.
aaron.ballman added a comment.
In D146520#4224483 <https://reviews.llvm.org/D146520#4224483>, @PiotrZSL wrote:
> In D146520#4224281 <https://reviews.llvm.org/D146520#4224281>, @aaron.ballman wrote:
>
>> Ideally, users should be able to disable the core checks from running at all (the reason users want to disable checks is both because of the diagnostics they produce and because of the cost of running the check itself).
>
> I'm trying to enable this here: https://reviews.llvm.org/D146396, but problem is that I'm not sure what core checkers should be enabled by default. Simply Static Analysis config file does not show that.
CC @NoQ @xazax.hun for a question about what core checkers should be enabled by default in clang-tidy (and general awareness that this is about changes to how clang-tidy surfaces the static analyzer).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146520/new/
https://reviews.llvm.org/D146520
More information about the cfe-commits
mailing list