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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to