================ @@ -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:
You have a good point, should they be mutually exclusive? I.e. if both are specified an error message is printed. I don't think `--verbose` is meaningful because `--null` does not have extra information to print. 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