llvm-project/libcxx/test/std/utilities
Eric Fiselier 95f8e6aa55 Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library
llvm-svn: 300635
2017-04-19 00:56:32 +00:00
..
allocator.adaptor [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 2017-02-05 22:47:41 +00:00
any Cleanup any_cast failure test 2017-04-13 05:27:55 +00:00
function.objects Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until C++17 2017-03-23 06:20:18 +00:00
intseq [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
memory Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions. 2017-04-18 00:19:50 +00:00
meta Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library 2017-04-19 00:56:32 +00:00
optional Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions. 2017-04-18 00:19:50 +00:00
ratio Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
smartptr/unique.ptr [test] Silence another unused-typedef warning 2017-04-18 20:04:39 +00:00
template.bitset Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 2017-03-23 02:40:28 +00:00
time Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library 2017-04-19 00:56:32 +00:00
tuple Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library 2017-04-19 00:56:32 +00:00
type.index Fix recent build errors 2017-01-21 00:57:29 +00:00
utilities.general
utility Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library 2017-04-19 00:56:32 +00:00
utility.requirements
variant Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft. 2017-04-15 19:32:02 +00:00
nothing_to_do.pass.cpp