================ @@ -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) ---------------- createyourpersonalaccount wrote:
@HazardyKnusperkeks Do you have an input on this? Right now it's just ignoring `--verbose`. 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