This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
containers
/
sequences
/
list
History
Marshall Clow
ced70066c2
While reading LWG#526, Ion Gaztañaga noticed that libc++ didn't correctly handle list::remove(const value_type &x), if x was an element of the list. Added a test for this, and a fix. Thanks to Ion for the report.
...
llvm-svn: 215210
2014-08-08 15:35:52 +00:00
..
list.capacity
Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
2013-12-02 17:00:56 +00:00
list.cons
Implement LWG 2193. Default constructors for standard library containers are explicit. Note that libc++ already did this for string/deque/forward_list/list/vector and the unordered containers; implement it for set/multiset/map/multimap. Add tests for all the containers. Two drive-by fixes as well: add a missing explicit in <deque>, and remove a tab that snuck into a container test. This issue is also LLVM bug 15724, and resolves it.
2014-03-05 19:06:20 +00:00
list.modifiers
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
list.ops
While reading LWG#526, Ion Gaztañaga noticed that libc++ didn't correctly handle list::remove(const value_type &x), if x was an element of the list. Added a test for this, and a fix. Thanks to Ion for the report.
2014-08-08 15:35:52 +00:00
list.special
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
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_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_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
db_iterators_9.pass.cpp
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
2013-08-23 20:10:18 +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
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
version.pass.cpp
license change
2010-11-16 22:09:02 +00:00