llvm-project/libcxx/test/std/containers/sequences/vector.bool
Louis Dionne b8cb1dc9ea [libc++] Make <ranges> non-experimental
When we ship LLVM 16, <ranges> won't be considered experimental anymore.
We might as well do this sooner rather than later.

Differential Revision: https://reviews.llvm.org/D132151
2022-08-18 16:59:58 -04:00
..
reference [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
assign_copy.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
assign_initializer_list.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
assign_move.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
capacity.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
compare.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
const_reference.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
construct_default.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
construct_iter_iter.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
construct_iter_iter_alloc.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
construct_size.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
construct_size_value.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
construct_size_value_alloc.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
copy.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
copy_alloc.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
default_noexcept.pass.cpp
dtor_noexcept.pass.cpp
emplace.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
emplace_back.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
empty.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
empty.verify.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
enabled_hash.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
erase_iter.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
erase_iter_iter.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
find.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
get_allocator.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
initializer_list.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
initializer_list_alloc.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
insert_iter_initializer_list.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
insert_iter_iter_iter.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
insert_iter_size_value.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
insert_iter_value.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
iterator_concept_conformance.compile.pass.cpp [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
iterators.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
move.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
move_alloc.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
move_assign_noexcept.pass.cpp
move_noexcept.pass.cpp
op_equal_initializer_list.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
push_back.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
range_concept_conformance.compile.pass.cpp [libc++] Make <ranges> non-experimental 2022-08-18 16:59:58 -04:00
reference.swap.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
reserve.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
resize_size.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
resize_size_value.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
shrink_to_fit.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
size.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
swap.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00
swap_noexcept.pass.cpp
types.pass.cpp [libc++] Change vector<bool>::const_iterator::reference to bool in ABIv2 2022-04-22 20:57:30 +02:00
vector_bool.pass.cpp [libc++] Implement P1004R2 (constexpr std::vector) 2022-07-27 20:26:44 +02:00