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

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

Reply via email to