hanchenye-llvm-project/libcxx/test/containers
Howard Hinnant 920b56ca88 Another installment on debug mode. This addresses list. However this should be considered a temporary state. The API of the debug database and how vector and list use it, is unsatisfactory at the moment. It is both inefficient and overly verbose. I wanted to get this functionality checked in though. In the next day or so I'll refactor what is there in an attempt to streamline things.
llvm-svn: 140660
2011-09-27 23:55:03 +00:00
..
associative Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
container.adaptors noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. 2011-06-04 22:09:19 +00:00
container.requirements license change 2010-11-16 22:09:02 +00:00
containers.general license change 2010-11-16 22:09:02 +00:00
sequences Another installment on debug mode. This addresses list. However this should be considered a temporary state. The API of the debug database and how vector and list use it, is unsatisfactory at the moment. It is both inefficient and overly verbose. I wanted to get this functionality checked in though. In the next day or so I'll refactor what is there in an attempt to streamline things. 2011-09-27 23:55:03 +00:00
unord Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
Copyable.h Fixing whitespace problems 2010-08-22 00:15:28 +00:00
DefaultOnly.h Fixing whitespace problems 2010-08-22 00:15:28 +00:00
Emplaceable.h Suppress some warings in the tests. 2011-05-13 23:59:50 +00:00
MoveOnly.h Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 2010-09-04 23:28:19 +00:00
NotConstructible.h Fixing whitespace problems 2010-08-22 00:15:28 +00:00
iterators.h Fixing whitespace problems 2010-08-22 00:15:28 +00:00
nothing_to_do.pass.cpp license change 2010-11-16 22:09:02 +00:00
stack_allocator.h Fixing whitespace problems 2010-08-22 00:15:28 +00:00
test_allocator.h Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 2010-09-04 23:28:19 +00:00
test_compare.h Fixing whitespace problems 2010-08-22 00:15:28 +00:00
test_hash.h Fixing whitespace problems 2010-08-22 00:15:28 +00:00