[libcxx-commits] [libcxx] [libc++] Fix missing encoding in open() call in python script (PR #154594)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 5 01:25:58 PDT 2025


================
@@ -9,11 +9,19 @@
 import os.path
 import sys
 
-from libcxx.header_information import module_c_headers, module_headers, header_restrictions, headers_not_available, libcxx_root
+from libcxx.header_information import (
----------------
philnik777 wrote:

In general, please don't format code you didn't touch. If the formatter complains you can ignore it in these cases.

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


More information about the libcxx-commits mailing list