llvm-project/libcxx/test/utilities/meta/meta.trans/meta.trans.other
Nico Weber 7babe4f074 Make meta.trans.other/aligned_storage.pass.cpp pass on arm.
The maximum alignment on arm is 8, not 16 like on x86. Use alignof(max_align_t)
to make the test work in both cases.

llvm-svn: 210195
2014-06-04 16:25:58 +00:00
..
aligned_storage.pass.cpp Make meta.trans.other/aligned_storage.pass.cpp pass on arm. 2014-06-04 16:25:58 +00:00
aligned_union.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 2013-07-04 00:10:01 +00:00
common_type.pass.cpp Fix LWG Issue 2141: common_type trait produces reference types 2013-10-07 23:43:33 +00:00
conditional.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 2013-07-04 00:10:01 +00:00
decay.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 2013-07-04 00:10:01 +00:00
enable_if.fail.cpp license change 2010-11-16 22:09:02 +00:00
enable_if.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 2013-07-04 00:10:01 +00:00
enable_if2.fail.cpp Patch for N3655 (Transformation type traits) with Howard's additions 2013-07-04 00:10:01 +00:00
result_of.pass.cpp Fix for PR17606 - result_of (and INVOKE) works incorrectly for member function pointers with ref qualifiers. Also a drive-by fix for common_type in C++03 mode. Thanks to Michel Morin for the bug report and the proposed fix. 2014-02-10 17:40:28 +00:00
underlying_type.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 2013-07-04 00:10:01 +00:00