[clang] [clang-format] Add null-terminated path option (#123921) (PR #123926)
Nikolaos Chatzikonstantinou via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 26 05:20:28 PST 2025
================
@@ -869,5 +875,12 @@ def convert_string(bytes_input):
return str(bytes_input)
+def print_filename(filename, null=False):
----------------
createyourpersonalaccount wrote:
I removed the default value of the argument in c47ce3ca8946f81f39757c82bfa5eb4cddc863a5.
https://github.com/llvm/llvm-project/pull/123926
More information about the cfe-commits
mailing list