teak-llvm/libcxx/test/std/containers/sequences/vector.bool
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_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 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_back.pass.cpp
emplace.pass.cpp
erase_iter_iter.pass.cpp
erase_iter.pass.cpp
find.pass.cpp
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
vector_bool.pass.cpp