This website requires JavaScript.
Explore
Help
Sign In
wangtao
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
268b51a188
llvm-project
/
libcxx
/
test
/
std
/
containers
/
sequences
/
vector.bool
History
Marshall Clow
1378a5aec3
implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations
...
llvm-svn: 245330
2015-08-18 18:57:00 +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
…
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
…