llvm-project/libcxx/test/std/algorithms
Konstantin Varlamov 8ac015caf6 [libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "robust" tests.
Also fix `std::find_first_of` (which accidentally copied the predicate
in the implementation).

Differential Revision: https://reviews.llvm.org/D131235
2022-08-05 14:02:12 -07:00
..
alg.c.library
alg.modifying.operations [libc++][ranges] Implement `ranges::rotate`. 2022-08-03 16:04:24 -07:00
alg.nonmodifying [libc++][ranges] Implement `ranges::is_permutation` 2022-08-04 10:54:37 -07:00
alg.sorting [libc++][ranges] Implement `ranges::is_permutation` 2022-08-04 10:54:37 -07:00
algorithms.general
algorithms.results [libc++] Add missing 'return 0;' to main() in test 2022-04-08 17:10:58 -04:00
ranges_result_alias_declarations.compile.pass.cpp [libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "robust" tests. 2022-08-05 14:02:12 -07:00
ranges_robust_against_dangling.pass.cpp [libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "robust" tests. 2022-08-05 14:02:12 -07:00
ranges_robust_against_differing_projections.pass.cpp [libc++][ranges] Implement `ranges::is_permutation` 2022-08-04 10:54:37 -07:00
ranges_robust_against_nonbool_predicates.pass.cpp [libc++][ranges] Implement `ranges::is_permutation` 2022-08-04 10:54:37 -07:00
ranges_robust_against_omitting_invoke.pass.cpp [libc++][ranges] Implement `ranges::is_permutation` 2022-08-04 10:54:37 -07:00
ranges_robust_against_proxy_iterators.pass.cpp [libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "robust" tests. 2022-08-05 14:02:12 -07:00
robust_against_adl.compile.pass.cpp [libc++] Granularize <iterator> includes 2022-06-10 22:43:57 +02:00
robust_against_adl_on_new.pass.cpp [libc++] [test] Add "robust_re_difference_type.compile.pass.cpp" for all the algorithms. 2021-11-18 00:12:41 -05:00
robust_against_proxy_iterators_lifetime_bugs.pass.cpp [libc++][ranges] Fix the CI. 2022-07-26 19:45:06 -07:00
robust_re_difference_type.compile.pass.cpp [libc++] Test that our algorithms never copy a user-provided comparator. 2021-11-19 15:03:24 -05:00