================ @@ -325,6 +325,14 @@ option is recognized. )"), cl::init(false), cl::cat(ClangTidyCategory)); +static cl::opt<bool> AllowEmptyCheckList("allow-empty-checks", desc(R"( ---------------- SimplyDanny wrote:
Should the option names be in sync? ```suggestion static cl::opt<bool> AllowEmptyCheckList("allow-empty-check-list", desc(R"( ``` or ```suggestion static cl::opt<bool> AllowEmptyChecks("allow-empty-checks", desc(R"( ``` https://github.com/llvm/llvm-project/pull/96122 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits