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

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 23 13:08:46 PDT 2023


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM. I think what we discussed in https://reviews.llvm.org/D157757#inline-1534166 makes sense and we should do it, but it belongs to a different patch for sure. Anybody wants to take that task?



================
Comment at: clang/lib/Headers/stddef.h:119-121
+namespace std {
+typedef decltype(nullptr) nullptr_t;
+}
----------------
You could reduce the diff by not reformatting this.


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