You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/utilities
Marshall Clow 2b44e3dd49 Correctly implement LWG 2049; std::is_destructible.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@213163 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
allocator.adaptor Final bit for LWG #2263; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way. 12 years ago
date.time license change 15 years ago
function.objects Fix libc++ bug #20039: 'Constructing std::function from empty compatible std::function results in half-empty state' Thanks to Agustin Berge for the report, and for his and Eric Fiselier's work on a fix. 12 years ago
intseq Implement n3658 - Compile-time integer sequences 13 years ago
memory Final bit for LWG #2263; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way. 12 years ago
meta Correctly implement LWG 2049; std::is_destructible. 11 years ago
optional Move <optional> into include/experimental, and into the std::experimental namespace, since it's not part of C++14, but of an upcoming TS 12 years ago
ratio Fix ratio arithmetic with zero 14 years ago
template.bitset Test case was forming the wrong limits when size_t != unsigned long. 13 years ago
time Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 12 years ago
tuple Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr) 12 years ago
type.index Fixing up some ABI issues 15 years ago
utilities.general license change 15 years ago
utility This fixes a very subtle ABI problem concerning the copy constructor of 12 years ago
utility.requirements license change 15 years ago
nothing_to_do.pass.cpp license change 15 years ago