[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 01:05:51 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:
The problem is that `-ignore-insert-conflict` does not eist to older versions of clang to 15.0, for example I am using 14.0
https://github.com/llvm/llvm-project/pull/127066
More information about the cfe-commits
mailing list