llvm-project/libcxx/test/std/utilities
Marshall Clow dbf7ca9ce6 Implement P0505: 'Wording for GB 50'
llvm-svn: 291028
2017-01-04 23:03:24 +00:00
..
allocator.adaptor [libcxx] [test] Fix recently introduced warnings emitted by MSVC. 2017-01-04 00:53:31 +00:00
any Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
function.objects Fix PR31489 - std::function self-swap segfaults 2016-12-29 20:03:55 +00:00
intseq [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
memory Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
meta Implement P0435R1 - Resolving LWG issues for common_type 2016-12-27 21:16:48 +00:00
optional Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
ratio Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
template.bitset [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 3/4. 2016-12-06 01:14:51 +00:00
time Implement P0505: 'Wording for GB 50' 2017-01-04 23:03:24 +00:00
tuple [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured bindings 2017-01-04 22:38:46 +00:00
type.index Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
utilities.general
utility Fix XFAILS for is_trivially_destructible trait 2016-12-15 11:00:07 +00:00
utility.requirements
variant Use C++11 static_assert in variant tests. Patch from Michael Park 2017-01-04 22:43:08 +00:00
nothing_to_do.pass.cpp