llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr
Hui Xie 83ead2bbc5 [libc++] implement "pair" section of P2321R2 `zip`
Differential Revision: https://reviews.llvm.org/D131495
2022-09-28 11:24:54 +01:00
..
PR20855_tuple_ref_binding_diagnostics.pass.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
PR22806_constrain_tuple_like_ctor.pass.cpp
PR23256_constrain_UTypes_ctor.pass.cpp
PR27684_contains_ref_to_incomplete_type.pass.cpp
PR31384.pass.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
UTypes.compile.fail.cpp
UTypes.pass.cpp
alloc.fail.cpp
alloc.pass.cpp
alloc_UTypes.pass.cpp
alloc_const_Types.fail.cpp
alloc_const_Types.pass.cpp
alloc_const_move_pair.pass.cpp [libc++] implement "pair" section of P2321R2 `zip` 2022-09-28 11:24:54 +01:00
alloc_const_pair.pass.cpp
alloc_convert_const_move.pass.cpp [libc++] implement "pair" section of P2321R2 `zip` 2022-09-28 11:24:54 +01:00
alloc_convert_copy.fail.cpp
alloc_convert_copy.pass.cpp [libc++][test] Replace `_LIBCPP_STD_VER` with `TEST_STD_VER` 2022-08-03 13:54:04 +08:00
alloc_convert_move.fail.cpp
alloc_convert_move.pass.cpp [libc++][test] Replace `_LIBCPP_STD_VER` with `TEST_STD_VER` 2022-08-03 13:54:04 +08:00
alloc_convert_non_const_copy.pass.cpp [libc++] implement "pair" section of P2321R2 `zip` 2022-09-28 11:24:54 +01:00
alloc_copy.pass.cpp
alloc_move.pass.cpp
alloc_move_pair.pass.cpp
alloc_non_const_pair.pass.cpp [libc++] implement "pair" section of P2321R2 `zip` 2022-09-28 11:24:54 +01:00
cnstr_with_any.compile.pass.cpp
const_Types.fail.cpp
const_Types.pass.cpp
const_Types2.compile.fail.cpp
const_move_pair.pass.cpp [libc++] implement "pair" section of P2321R2 `zip` 2022-09-28 11:24:54 +01:00
const_pair.pass.cpp
convert_const_move.pass.cpp [libc++] implement "pair" section of P2321R2 `zip` 2022-09-28 11:24:54 +01:00
convert_copy.pass.cpp
convert_move.pass.cpp
convert_non_const_copy.pass.cpp [libc++] implement "pair" section of P2321R2 `zip` 2022-09-28 11:24:54 +01:00
copy.compile.fail.cpp
copy.pass.cpp
deduct.pass.cpp [libc++][CI] Updates GCC to version 12. 2022-06-21 18:59:20 +02:00
default.fail.cpp [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
default.lazy.verify.cpp
default.pass.cpp
dtor.pass.cpp [libc++][test] Add tuple trivial destructor test 2022-06-11 18:11:04 -06:00
empty_tuple_trivial.compile.pass.cpp [libc++] Mark LWG3211 as complete: default constructor of tuple<> should be trivial 2021-10-29 12:08:51 -04:00
move.pass.cpp [libc++] Granularize the rest of memory 2022-09-05 12:36:41 +02:00
move_pair.pass.cpp
non_const_pair.pass.cpp [libc++] implement "pair" section of P2321R2 `zip` 2022-09-28 11:24:54 +01:00
recursion_depth.pass.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
test_lazy_sfinae.pass.cpp