Skip to content
Commit 9644368f authored by Piotr Zegar's avatar Piotr Zegar
Browse files

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



Since commit 5d12b13b, warnings are
internally classified as errors which skip the check filters.

One use-case is particularly affected: you cannot selectively disable
clang-analyzer-core checks, they are force-enabled because required by others.
So enabling warning as errors will show new (and unwanted) errors !

Co-authored-by: default avatarkiwixz <kiwixz@outlook.com>

Fixes: #61969

Reviewed By: carlosgalvezp

Differential Revision: https://reviews.llvm.org/D146520
parent 5b5b75bf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment