[clang-tools-extra] [clang-tidy] Add support for `-ignore-insert-conflict` in `run-clang-tidy.py` (PR #127066)

Vicente Mataix Ferrándiz via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 17 02:15:24 PST 2025


================
@@ -446,6 +448,12 @@ async def main() -> None:
         action="store_true",
         help="Allow empty enabled checks.",
     )
+    parser.add_argument(
+        "-ignore-insert-conflict",
----------------
loumalouomega wrote:

Sorry if I use an old version of clang, the system is configured by my company and I cannot chose. Anyway, I will check your third option once I have time. Let me some time.

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


More information about the cfe-commits mailing list