llvm-project/libcxx/test/std/utilities/memory
Eric Fiselier 4f42dcd59b Cleanup unique_ptr failure tests and convert them to Clang verify
llvm-svn: 245529
2015-08-20 01:08:03 +00:00
..
allocator.tag
allocator.traits Noticed that std::allocator<const T> was missing the definition for is_always_equal. Fixed this, and added a test for it. 2015-07-01 21:23:40 +00:00
allocator.uses
c.malloc
default.allocator Fix a handful of tests that fail in C++03 2015-07-28 07:31:50 +00:00
pointer.traits
ptr.align Get tests running with warnings. Fix warnings in headers and tests 2015-02-05 20:28:37 +00:00
specialized.algorithms Implement LWG2433: uninitialized_copy()/etc. should tolerate overloaded operator& 2015-05-19 15:01:48 +00:00
storage.iterator Fix for LWG2454: Add raw_storage_iterator::base() member 2015-05-10 13:14:08 +00:00
temporary.buffer
unique.ptr Cleanup unique_ptr failure tests and convert them to Clang verify 2015-08-20 01:08:03 +00:00
util.dynamic.safety
util.smartptr Make sure that __libcpp_compressed_pair_imp default-constructs its' members, rather than value-initializing them. Fixes PR#24137 2015-07-16 03:05:06 +00:00
version.pass.cpp