[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
Wed Oct 22 09:11:30 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>
================
@@ -338,6 +342,7 @@ An overview of all the command-line options:
WarningsAsErrors: ''
HeaderFileExtensions: ['', 'h','hh','hpp','hxx']
ImplementationFileExtensions: ['c','cc','cpp','cxx']
+ RemovedArgs: ['-Werror']
----------------
carlosgalvezp wrote:
I meant to remove this line from the code.
https://github.com/llvm/llvm-project/pull/164344
More information about the cfe-commits
mailing list