[clang-tools-extra] [clang-tidy] add option to avoid "no checks enabled" error (PR #96122)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 20 02:04:27 PDT 2024
================
@@ -125,6 +125,9 @@ Improvements to clang-tidy
- Added argument `--exclude-header-filter` and config option `ExcludeHeaderFilterRegex`
to exclude headers from analysis via a RegEx.
+- Added argument `--allow-empty-checks` and config option `AllowEmptyCheckList`
----------------
PiotrZSL wrote:
you need to document this also in other places in documentation.
https://github.com/llvm/llvm-project/pull/96122
More information about the cfe-commits
mailing list