[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 23 13:11:43 PDT 2023
iana marked 13 inline comments as done.
iana added inline comments.
================
Comment at: clang/lib/Headers/stddef.h:119-121
+namespace std {
+typedef decltype(nullptr) nullptr_t;
+}
----------------
ldionne wrote:
> You could reduce the diff by not reformatting this.
That's what I did initially, but the CI failed its formatting check.
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