[clang] [clang-format] Add null-terminated path option (#123921) (PR #123926)
Nikolaos Chatzikonstantinou via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 8 22:32:14 PST 2025
================
@@ -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
More information about the cfe-commits
mailing list