llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign
Louis Dionne c72f22bf16 [libc++] Fix signature of main() in tests
Otherwise, this breaks freestanding builds, where `main()` isn't mangled
specially and we need to assume that we have a `int main(int, char**)`
entry point in each test for things to work.
2022-06-28 15:38:02 -04:00
..
const_convert_copy.pass.cpp [libc++] Fix signature of main() in tests 2022-06-28 15:38:02 -04:00
const_convert_move.pass.cpp [libc++] Fix signature of main() in tests 2022-06-28 15:38:02 -04:00
const_copy.pass.cpp [libc++] Fix signature of main() in tests 2022-06-28 15:38:02 -04:00
const_move.pass.cpp [libc++] Fix signature of main() in tests 2022-06-28 15:38:02 -04:00
const_pair.pass.cpp [libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnings in the test suite 2022-03-15 17:17:54 -04:00
const_pair_copy.pass.cpp [libc++] Fix signature of main() in tests 2022-06-28 15:38:02 -04:00
const_pair_move.pass.cpp [libc++] Fix signature of main() in tests 2022-06-28 15:38:02 -04:00
convert_copy.pass.cpp [libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnings in the test suite 2022-03-15 17:17:54 -04:00
convert_move.pass.cpp [libc++] [P1032] Misc constexpr bits in <iterator>, <string_view>, <tuple>, <utility>. 2021-03-25 10:34:35 -04:00
copy.compile.fail.cpp
copy.pass.cpp [libc++] [P1032] Misc constexpr bits in <iterator>, <string_view>, <tuple>, <utility>. 2021-03-25 10:34:35 -04:00
derived_from_tuple_like.pass.cpp
laziness.pass.cpp
move.pass.cpp [libc++] [P1032] Misc constexpr bits in <iterator>, <string_view>, <tuple>, <utility>. 2021-03-25 10:34:35 -04:00
move_pair.pass.cpp [libc++] Fix incorrect forwarding in tuple's assignment operator 2021-02-25 14:56:16 -05:00
types.h [libc++] P2321R2 section [tuple.tuple]. Adding C++23 constructors, assignment operators and swaps to `tuple` 2022-06-24 07:12:53 +01:00