Add default empty header filter regex to root .clang-tidy (#167386)

After https://github.com/llvm/llvm-project/pull/164165, we emit warnings
from non-system headers by default.
This change only preserves functionality of `clang-tidy` as it was
before the change.
This commit is contained in:
Baranov Victor
2025-11-11 01:36:25 +03:00
committed by GitHub
parent bf3b704c60
commit ad9eb0d016

View File

@@ -1,3 +1,4 @@
HeaderFilterRegex: ''
Checks: >
-*,
clang-diagnostic-*,