[PATCH] D140250: Define NULL in its own header
Ian Anderson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 16 16:48:40 PST 2022
iana added inline comments.
================
Comment at: clang/lib/Headers/__stddef_null.h:15
+#ifdef __cplusplus
+#if !defined(__MINGW32__) && !defined(_MSC_VER)
+#define NULL __null
----------------
`arc lint` wanted to remove all of the indentation that was in stddef.h.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140250/new/
https://reviews.llvm.org/D140250
More information about the cfe-commits
mailing list