This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a7e63b1e67
llvm-project
/
libcxx
/
test
/
std
/
containers
/
sequences
/
vector.bool
History
Marshall Clow
8d113d430f
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.
...
llvm-svn: 257474
2016-01-12 14:51:04 +00:00
..
assign_copy.pass.cpp
…
assign_initializer_list.pass.cpp
…
assign_move.pass.cpp
…
capacity.pass.cpp
…
construct_default.pass.cpp
More N4258 changes. This time vector's constructors
2015-06-04 00:10:20 +00:00
construct_iter_iter.pass.cpp
…
construct_iter_iter_alloc.pass.cpp
…
construct_size.pass.cpp
…
construct_size_value.pass.cpp
…
construct_size_value_alloc.pass.cpp
…
copy.pass.cpp
…
copy_alloc.pass.cpp
…
default_noexcept.pass.cpp
While applying N4258, I forgot about LWG#2455, which modified the modifications. Correct those - h/t: Howard
2015-06-04 02:05:41 +00:00
dtor_noexcept.pass.cpp
…
emplace.pass.cpp
…
emplace_back.pass.cpp
…
erase_iter.pass.cpp
…
erase_iter_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.pass.cpp
…
initializer_list_alloc.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.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
op_equal_initializer_list.pass.cpp
…
push_back.pass.cpp
…
reserve.pass.cpp
…
resize_size.pass.cpp
…
resize_size_value.pass.cpp
…
shrink_to_fit.pass.cpp
…
swap.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
types.pass.cpp
…
vector_bool.pass.cpp
…