[PATCH] D157757: [Headers] Replace __need_STDDEF_H_misc with specific __need_ macros

Ian Anderson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 16 11:27:27 PDT 2023


iana added a comment.

In D157757#4592794 <https://reviews.llvm.org/D157757#4592794>, @iana wrote:

> In D157757#4592766 <https://reviews.llvm.org/D157757#4592766>, @philnik wrote:
>
>> I think these changes would allow us to drop the `stddef.h` compat header from libc++, which would be really nice.
>
> I'd really rather not change how `nullptr_t` gets declared in this change, can we do these in another one?

Also my preference would be that we take the c++ stuff _out_ of this header and put it in the libc++ one, but I'm guessing that would cause issues for libstdc++?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157757/new/

https://reviews.llvm.org/D157757



More information about the cfe-commits mailing list