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

Jamie Schmeiser via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 17 06:44:38 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
+  )
----------------
jamieschmeiser wrote:

Thanks @hubert-reinterpretcast, good catch.  I will add it in.

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


More information about the cfe-commits mailing list