llvm-project/libcxx/test/std/utilities/meta
Nico Weber 30649ce09b Mark is_trivially_destructible as unsupported with apple-clang-9
See discussion on https://reviews.llvm.org/D48292

llvm-svn: 359907
2019-05-03 17:26:17 +00:00
..
meta.const.eval Add std::is_constant_evaluated. 2019-04-24 17:54:25 +00:00
meta.help Support tests in freestanding 2019-02-04 20:31:13 +00:00
meta.logical Support tests in freestanding 2019-02-04 20:31:13 +00:00
meta.rel [libc++][NFC] Rename test file according to the libc++ convention 2019-04-03 14:38:28 +00:00
meta.rqmts Support tests in freestanding 2019-02-04 20:31:13 +00:00
meta.trans Support overaligned types in `aligned_storage`. 2019-04-30 18:44:45 +00:00
meta.type.synop Support tests in freestanding 2019-02-04 20:31:13 +00:00
meta.unary Mark is_trivially_destructible as unsupported with apple-clang-9 2019-05-03 17:26:17 +00:00
meta.unary.prop.query Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended 2019-03-28 03:39:25 +00:00