[clang] Ensure proper NULL macro definition for system include files. (PR #149176)

Hubert Tong via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 16 17:58:59 PDT 2025


================
@@ -39,6 +39,25 @@ set(core_files
   varargs.h
   )
 
+set(aix_wrapper_files
+  dbm.h
+  stdio.h
+  stdlib.h
+  string.h
+  time.h
+  unistd.h
+  wchar.h
+  )
----------------
hubert-reinterpretcast wrote:

At least `locale.h` was also affected.

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


More information about the cfe-commits mailing list