Vicente Mataix =?utf-8?q?Ferrándiz?= <vmat...@altair.com> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/127...@github.com>
================ @@ -198,9 +198,12 @@ def find_binary(arg: str, name: str, build_path: str) -> str: def apply_fixes( args: argparse.Namespace, clang_apply_replacements_binary: str, tmpdir: str ) -> None: - """Calls clang-apply-fixes on a given directory.""" + """Calls clang-apply-replacements on a given directory.""" invocation = [clang_apply_replacements_binary] - invocation.append("-ignore-insert-conflict") + + if args.ignore_insert_conflict: # Only append if the user specified it ---------------- carlosgalvezp wrote: The comment is redundant, please remove https://github.com/llvm/llvm-project/pull/127066 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits