llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other
Eric Fiselier 9d25ada420 Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. "
This reverts commit 087f065cb0c7463f521a62599884493aaee2ea12.

The tests were failing on 32 bit builds, and I don't have time
to clean them up right now. I'll recommit tomorrow with fixed tests.

llvm-svn: 347816
2018-11-28 22:24:19 +00:00
..
aligned_storage.pass.cpp Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. " 2018-11-28 22:24:19 +00:00
aligned_union.fail.cpp Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFC 2017-10-31 00:05:17 +00:00
aligned_union.pass.cpp Implement LWG3034: P0767R1 breaks previously-standard-layout types 2018-03-21 00:36:05 +00:00
common_type.pass.cpp [test] two small cleanups: 2018-07-09 23:45:09 +00:00
conditional.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
decay.pass.cpp [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
enable_if.fail.cpp
enable_if.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
enable_if2.fail.cpp
remove_cvref.pass.cpp [libcxx] [test] Fix whitespace, NFC. 2018-04-12 23:56:22 +00:00
result_of.pass.cpp Fix PR37407 - callable traits don't correctly check complete types. 2018-05-10 20:59:35 +00:00
result_of11.pass.cpp Fix failing test due to incorrect use of noexcept 2018-05-11 00:33:20 +00:00
type_identity.pass.cpp Implement P0887: The identity metafunction 2018-08-02 01:56:02 +00:00
underlying_type.pass.cpp [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp. 2017-02-05 22:48:13 +00:00