[clang-tools-extra] [clang-tidy] New option to remove arguments from the command line (PR #164344)
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 26 11:15:31 PDT 2025
=?utf-8?q?Félix-Antoine?= Constantin,
=?utf-8?q?Félix-Antoine?= Constantin,
=?utf-8?q?Félix-Antoine?= Constantin,
=?utf-8?q?Félix-Antoine?= Constantin
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/164344 at github.com>
================
@@ -355,6 +356,16 @@ see https://clang.llvm.org/extra/clang-tidy/QueryBasedCustomChecks.html.
cl::init(false),
cl::cat(ClangTidyCategory));
+static cl::list<std::string> RemovedArgs("removed-arg", desc(R"(
----------------
carlosgalvezp wrote:
You are right, I was mixing it with the`ExtrsArgs` of the .clang-tidy file. Singular form makes sense and if consistent with --extra-arg.
https://github.com/llvm/llvm-project/pull/164344
More information about the cfe-commits
mailing list