[PATCH] D56750: Implement feature test macros using a script.

Marshall Clow via Phabricator reviews at reviews.llvm.org
Tue Jan 15 16:33:50 PST 2019


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

I am coming to like the idea that these tests should live in `test/libcxx`, not `test/std`, because they're all about libc++'s implementation status.
That being said, the tests are in `test/std` today, and this isn't an awful place for them.

We can move them later.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D56750





More information about the libcxx-commits mailing list