llvm-project/libcxx/test/std/containers/sequences/list
Mark de Wever 984f5f3f62 [libc++][test] Adds spaceship support to macros.
This was already reviewed as D128603. This contains only the updates to
the test script.

Differential Revision: https://reviews.llvm.org/D129578
2022-07-12 21:10:23 +02:00
..
list.capacity [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
list.cons [libcxx][NFC] Make sequence containers slightly more SFINAE-friendly during CTAD. 2021-12-01 11:56:51 -08:00
list.erasure [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
list.modifiers [libc++] [test] Qualify `next` as `std::next` in a lot of tests. NFCI. 2022-02-16 11:03:31 -05:00
list.ops [libc++] Remove unused __functional includes 2022-05-28 10:12:39 +02:00
list.special [libc++] [test] Qualify `distance` as `std::distance` in a lot of tests. NFCI. 2022-02-15 16:20:52 -05:00
allocator_mismatch.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
compare.pass.cpp [libc++][test] Adds spaceship support to macros. 2022-07-12 21:10:23 +02:00
get_allocator.pass.cpp [libcxx][test][NFC] Extend get_allocator() testing for containers 2021-12-01 16:15:19 +03:00
incomplete_type.pass.cpp
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
range_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
types.pass.cpp