[PATCH] D146520: [clang-tidy] Fix checks filter with warnings-as-errors

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 27 08:22:40 PDT 2023


PiotrZSL added a comment.

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.


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