llvm-project/libcxx/test/std/utilities/function.objects
Arthur O'Dwyer 53406fb691 [libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.
The logic here is that we are disabling *only* things in `std::ranges::`.
Everything in `std::` is permitted, including `default_sentinel`, `contiguous_iterator`,
`common_iterator`, `projected`, `swappable`, and so on. Then, we include
anything from `std::ranges::` that is required in order to make those things
work: `ranges::swap`, `ranges::swap_ranges`, `input_range`, `ranges::begin`,
`ranges::iter_move`, and so on. But then that's all. Everything else (including
notably all of the "views" and the `std::views` namespace itself) is still
locked up behind `_LIBCPP_HAS_NO_INCOMPLETE_RANGES`.

Differential Revision: https://reviews.llvm.org/D118736
2022-02-15 10:38:21 -05:00
..
arithmetic.operations [libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs in C++20. 2021-06-15 15:05:44 -04:00
bind/func.bind [libc++][NFC] Fix placement of some XFAILs 2022-01-13 15:28:41 -05:00
bitwise.operations [libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs in C++20. 2021-06-15 15:05:44 -04:00
comparisons [libc++] [P1614] Implement std::compare_three_way. 2021-10-10 21:57:10 -04:00
func.bind_front [libc++] Add the __bind_back and __compose helpers 2021-08-11 10:08:20 -04:00
func.def
func.identity [libcxx] adds std::identity to <functional> 2021-03-29 16:16:05 +00:00
func.invoke [libcxx][type_traits] remove `std::is_literal_type` and `std::result_of` for C++20 2021-07-02 17:10:19 +00:00
func.memfn [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
func.not_fn [libcxx][test] compiler options are non-portable 2022-01-18 11:34:57 -08:00
func.require
func.search Revert "[libc++][libc++abi] Add tests for vendor-specific properties" 2021-09-30 11:03:59 -07:00
func.wrap [libcxx][test] Narrow XFAIL for tests that pass with `msvc && stdlib=msvc` 2022-01-26 12:17:45 -08:00
logical.operations [libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs in C++20. 2021-06-15 15:05:44 -04:00
negators [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
range.cmp [libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES. 2022-02-15 10:38:21 -05:00
refwrap [libc++] Make C++03 reference_wrapper more like C++11. 2022-01-26 19:34:03 -05:00
unord.hash [libc++][nfc] Add TEST_HAS_NO_INT128. 2022-01-27 17:31:27 +01:00