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
/
std
/
containers
/
sequences
/
vector
History
Eric Fiselier
980eda3fc2
Add missing instrumentation in vector::insert - Patch from Anna Zaks
...
This patch was reviewed as D10859.
http://reviews.llvm.org/D10859
llvm-svn: 242617
2015-07-18 18:22:12 +00:00
..
vector.capacity
We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.
2015-01-28 21:22:53 +00:00
vector.cons
Move bits from N4258. Mark vector's move-constructor unconditionally noexcept in C++1z
2015-07-14 14:46:32 +00:00
vector.data
…
vector.modifiers
We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.
2015-01-28 21:22:53 +00:00
vector.special
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates.
2015-07-13 20:04:56 +00:00
const_value_type.pass.cpp
…
contiguous.pass.cpp
Fix broken test I just added
2015-05-26 19:17:09 +00:00
db_back.pass.cpp
…
db_cback.pass.cpp
…
db_cfront.pass.cpp
…
db_cindex.pass.cpp
…
db_front.pass.cpp
…
db_index.pass.cpp
…
db_iterators_2.pass.cpp
…
db_iterators_3.pass.cpp
…
db_iterators_4.pass.cpp
…
db_iterators_5.pass.cpp
…
db_iterators_6.pass.cpp
…
db_iterators_7.pass.cpp
…
db_iterators_8.pass.cpp
…
iterators.pass.cpp
…
types.pass.cpp
Added test for incomplete type support in vector/list/forward_list. References PR#17980
2015-01-26 20:06:52 +00:00
version.pass.cpp
…