[clang-tools-extra] [clang-tidy] Add support for `-ignore-insert-conflict` in `run-clang-tidy.py` (PR #127066)
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 17 00:32:18 PST 2025
Vicente Mataix =?utf-8?q?Ferrándiz?= <vmataix at altair.com>,
Vicente Mataix =?utf-8?q?Ferrándiz?= <vmataix at altair.com>,
Vicente Mataix =?utf-8?q?Ferrándiz?= <vmataix at altair.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/127066 at github.com>
================
@@ -446,6 +448,12 @@ async def main() -> None:
action="store_true",
help="Allow empty enabled checks.",
)
+ parser.add_argument(
+ "-ignore-insert-conflict",
+ action="store_true",
+ default=True,
----------------
carlosgalvezp wrote:
https://github.com/llvm/llvm-project/pull/127066/files/80b0b797a4abb48d37455651c1ac070df00f6344#r1955988200
https://github.com/llvm/llvm-project/pull/127066
More information about the cfe-commits
mailing list