[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
Tue Oct 21 01:56:50 PDT 2025


=?utf-8?q?F=C3=A9lix-Antoine?= Constantin,
=?utf-8?q?F=C3=A9lix-Antoine?= Constantin,
=?utf-8?q?F=C3=A9lix-Antoine?= Constantin
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/164344 at github.com>


================
@@ -112,6 +112,10 @@ struct ClangTidyOptions {
   /// comments in the relevant check.
   std::optional<std::string> User;
 
+  /// \brief Remove command line arguments sent to the compiler matching this
+  /// regex.
----------------
carlosgalvezp wrote:

It's no longer a regex

https://github.com/llvm/llvm-project/pull/164344


More information about the cfe-commits mailing list