This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3003ba00a3260bdee71dd802bcfa970c3580e6bb
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
sequences
/
vector.bool
History
Marshall Clow
1b868e19c3
Add some more tests for the containers type requirements
...
llvm-svn: 263029
2016-03-09 17:19:07 +00:00
..
assign_copy.pass.cpp
…
assign_initializer_list.pass.cpp
…
assign_move.pass.cpp
…
capacity.pass.cpp
…
construct_default.pass.cpp
…
construct_iter_iter_alloc.pass.cpp
…
construct_iter_iter.pass.cpp
…
construct_size_value_alloc.pass.cpp
…
construct_size_value.pass.cpp
…
construct_size.pass.cpp
…
copy_alloc.pass.cpp
…
copy.pass.cpp
…
default_noexcept.pass.cpp
…
dtor_noexcept.pass.cpp
…
emplace_back.pass.cpp
…
emplace.pass.cpp
…
erase_iter_iter.pass.cpp
…
erase_iter.pass.cpp
…
find.pass.cpp
Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs
#26120
and
#26121
. Thanks to Jonathan Wakely for the reports and the patches.
2016-01-12 14:51:04 +00:00
initializer_list_alloc.pass.cpp
…
initializer_list.pass.cpp
…
insert_iter_initializer_list.pass.cpp
…
insert_iter_iter_iter.pass.cpp
…
insert_iter_size_value.pass.cpp
…
insert_iter_value.pass.cpp
…
iterators.pass.cpp
…
move_alloc.pass.cpp
…
move_assign_noexcept.pass.cpp
implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations
2015-08-18 18:57:00 +00:00
move_noexcept.pass.cpp
Move bits from N4258. Mark vector's move-constructor unconditionally noexcept in C++1z
2015-07-14 14:46:32 +00:00
move.pass.cpp
…
op_equal_initializer_list.pass.cpp
…
push_back.pass.cpp
…
reserve.pass.cpp
…
resize_size_value.pass.cpp
…
resize_size.pass.cpp
…
shrink_to_fit.pass.cpp
…
swap_noexcept.pass.cpp
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
swap.pass.cpp
…
types.pass.cpp
Add some more tests for the containers type requirements
2016-03-09 17:19:07 +00:00
vector_bool.pass.cpp
…