llvm-project/libcxx/test/std/utilities
Eric Fiselier 9b32bfb651 Fix an MSVC x64 compiler warning. Patch from STL@microsoft.com
llvm-svn: 277573
2016-08-03 05:48:09 +00:00
..
allocator.adaptor Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
function.objects Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from STL@microsoft.com 2016-07-24 23:08:21 +00:00
intseq Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
memory Fix an MSVC x64 compiler warning. Patch from STL@microsoft.com 2016-08-03 05:48:09 +00:00
meta Make std::is_assignable tolerate references to incomplete types. 2016-07-25 02:08:55 +00:00
ratio Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
template.bitset Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
time Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan. 2016-07-18 02:29:33 +00:00
tuple Recommit r276548 - Make pair/tuples assignment operators SFINAE properly. 2016-07-25 02:36:42 +00:00
type.index Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
utilities.general
utility Remove use of C++1z static assert in C++11 test 2016-07-25 04:56:32 +00:00
utility.requirements
nothing_to_do.pass.cpp