[clang] [clang-format] Add null-terminated path option (#123921) (PR #123926)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 22 10:09:59 PST 2025


================
@@ -869,5 +875,12 @@ def convert_string(bytes_input):
         return str(bytes_input)
 
 
+def print_filename(filename, null=False):
----------------
HazardyKnusperkeks wrote:

Why setting a value for null?

https://github.com/llvm/llvm-project/pull/123926


More information about the cfe-commits mailing list