================ @@ -260,15 +265,13 @@ def main(): "Ignoring the following files (wrong extension, symlink, or " "ignored by clang-format):" ) - for filename in ignored_files: - print(" %s" % filename) + print_filenames(ignored_files, opts.print0) ---------------- HazardyKnusperkeks wrote:
Is verbose and null a combination that should be supported? https://github.com/llvm/llvm-project/pull/123926 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits