llvm-project/libcxx/test/std/utilities
Louis Dionne e1eabcdfad [libc++] Add C++17 deduction guides for std::function
Summary: http://llvm.org/PR39606

Reviewers: Quuxplusone

Subscribers: christof, dexonsmith, libcxx-commits

Differential Revision: https://reviews.llvm.org/D54410

llvm-svn: 366484
2019-07-18 19:50:56 +00:00
..
allocator.adaptor Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
any Fix test failures due to modified wording in Clang diagnostics. 2019-06-24 22:01:03 +00:00
charconv [libc++] Fix leading zeros in std::to_chars 2019-06-10 17:11:46 +00:00
function.objects [libc++] Add C++17 deduction guides for std::function 2019-07-18 19:50:56 +00:00
intseq Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
memory Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
meta Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https://reviews.llvm.org/D63574 2019-06-21 18:57:06 +00:00
optional Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignment operator. Fixes PR38638. Thanks to Jonathan Wakely for the report 2019-06-27 18:40:55 +00:00
ratio Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
smartptr/unique.ptr Use C++11 implementation of unique_ptr in C++03. 2019-06-23 20:47:21 +00:00
template.bitset Ensure bitset's string constructor doesn't poison the overload set. 2019-07-01 19:59:34 +00:00
time Add tests for LWG 3206. NFC 2019-06-17 18:06:30 +00:00
tuple Fix non-conformance it `std::tuple`. 2019-07-12 23:01:48 +00:00
type.index Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
utilities.general Support tests in freestanding 2019-02-04 20:31:13 +00:00
utility This patch makes swap functions constexpr. Both swap overloads, swap_ranges and iter_swap are updated (with tests). 2019-07-05 20:13:34 +00:00
utility.requirements Support tests in freestanding 2019-02-04 20:31:13 +00:00
variant Add test for variant construction with duplicate types. 2019-07-14 20:59:51 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00