================
@@ -261,14 +267,14 @@ def main():
"ignored by clang-format):"
)
for filename in ignored_files:
- print(" %s" % filename)
+ print_filename(filename, opts.null)
----------------
createyourpersonalaccount wrote:Done in ab12a7ef5c3942c0992d8ee3c1df42a29a114627. https://github.com/llvm/llvm-project/pull/123926 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
