cxx/test/containers/sequences/vector
Kostya Serebryany 497f912ab2 [asan] Make vector asan annotations exception-friendly
Fix vector asan annotations with RAII.
Add a test.
Also, remove one dead function.
Review: http://reviews.llvm.org/D4170



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@216995 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-02 23:43:38 +00:00
..
vector.capacity Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
vector.cons Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
vector.data Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
vector.modifiers Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
vector.special Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
asan_throw.pass.cc [asan] Make vector asan annotations exception-friendly 2014-09-02 23:43:38 +00:00
asan.pass.cpp Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
const_value_type.pass.cpp Implement full support for non-pointer pointers in custom allocators for vector. 2013-06-27 19:35:32 +00:00
db_back.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_cback.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_cfront.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_cindex.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_front.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_index.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_iterators_2.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_iterators_3.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_iterators_4.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_iterators_5.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_iterators_6.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_iterators_7.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
db_iterators_8.pass.cpp There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. 2013-11-26 20:58:02 +00:00
iterators.pass.cpp Added tests to the sequence containers for for LWG Issue #2263. Comparing iterators and allocator pointers with different const-character. No changes to libc++ 2014-03-10 18:54:56 +00:00
types.pass.cpp Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. 2013-12-03 00:18:10 +00:00
version.pass.cpp license change 2010-11-16 22:09:02 +00:00