llvm-project/libcxx/test/std/algorithms/alg.modifying.operations
zoecarver 3ed89b51da [Take 2] [libc++] Make rotate a constexpr.
This patch makes `std::rotate` a constexpr. In doing so, this patch also
updates the internal `__move` and `__move_backward` funtions to be
constexpr.

This patch was previously reverted in ed653184ac because it was missing
some UNSUPPORTED markup for older compilers. This commit adds it.

Differential Revision: https://reviews.llvm.org/D65721
2020-09-14 18:14:46 -04:00
..
alg.copy [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is_constant_evaluated. 2019-11-07 12:39:10 +00:00
alg.fill libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
alg.generate libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
alg.move [Take 2] [libc++] Make rotate a constexpr. 2020-09-14 18:14:46 -04:00
alg.partitions libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
alg.random.sample [libc++] Mark some tests as unsupported on GCC 5 2020-07-08 12:02:36 -04:00
alg.random.shuffle [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
alg.remove [libcxx] [test] Add casts to avoid signed/unsigned mismatch warnings on MSVC++ 2020-01-14 01:11:10 -08:00
alg.replace Support tests in freestanding 2019-02-04 20:31:13 +00:00
alg.reverse [libcxx] [test] Add casts to avoid signed/unsigned mismatch warnings on MSVC++ 2020-01-14 01:11:10 -08:00
alg.rotate [Take 2] [libc++] Make rotate a constexpr. 2020-09-14 18:14:46 -04:00
alg.swap This patch makes swap functions constexpr. Both swap overloads, swap_ranges and iter_swap are updated (with tests). 2019-07-05 20:13:34 +00:00
alg.transform Support tests in freestanding 2019-02-04 20:31:13 +00:00
alg.unique Support tests in freestanding 2019-02-04 20:31:13 +00:00