llvm-project/libcxx/test/std/concepts/lang
Christopher Di Bella dc9f385722 [libcxx] adds concept std::movable
Implements parts of:
    - P0898R3 Standard Library Concepts
    - P1754 Rename concepts to standard_case for C++20, while we still can

Depends on D97162

Reviewed By: EricWF, #libc, Quuxplusone

Differential Revision: https://reviews.llvm.org/D97359
2021-03-11 19:27:43 -08:00
..
arithmetic.pass.cpp [libcxx] adds concept `std::uniform_random_bit_generator` 2021-02-19 01:47:29 +00:00
assignable.compile.pass.cpp [libcxx] fixes up some [concepts]-related code 2021-03-04 22:09:43 -08:00
common.compile.pass.cpp [libcxx] fixes up some [concepts]-related code 2021-03-04 22:09:43 -08:00
commonreference.compile.pass.cpp [libcxx] adds concept `std::common_reference_with` 2021-03-03 17:52:41 -08:00
convertible.compile.pass.cpp [libc++] Remove c++98 Lit features in the test suite 2021-02-10 13:32:41 -05:00
copyconstructible.compile.pass.cpp [libcxx] adds concept std::movable 2021-03-11 19:27:43 -08:00
derived.compile.pass.cpp [libcxx] adds concepts `std::invocable` and `std::regular_invocable` 2021-02-10 19:35:53 +00:00
moveconstructible.compile.pass.cpp [libcxx] adds concept std::movable 2021-03-11 19:27:43 -08:00
same_as.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
swappable.pass.cpp [libcxx] adds concept std::movable 2021-03-11 19:27:43 -08:00
swappable_with.compile.pass.cpp [libcxx] adds concept std::movable 2021-03-11 19:27:43 -08:00