llvm-project/libcxx/test/std/utilities
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
..
allocator.adaptor
any [libc++][nfc] Use TEST_SAFE_STATIC. 2022-02-08 17:39:21 +01:00
charconv [libcxx][test] Make MSVC `<charconv>` test compile when testing MSVC 2022-01-23 10:12:53 -08:00
format [libc++][nfc] Add TEST_HAS_NO_FILESYSTEM_LIBRARY. 2022-02-14 18:40:55 +01:00
function.objects [libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES. 2022-02-15 10:38:21 -05:00
intseq
memory [libcxx][test] Disable bad unique_ptr<T[]> to shared_ptr<U[]> conversion test cases 2022-02-08 14:56:47 -08:00
meta [libcxx] [test] Fix the aligned storage test to work on Windows 2022-02-10 10:59:52 +02:00
optional [libc++][ranges] Implement `indirectly_copyable{,_storable}`. 2022-02-02 13:27:44 -08:00
ratio
smartptr/unique.ptr [libc++][nfc] Use TEST_SAFE_STATIC. 2022-02-08 17:39:21 +01:00
template.bitset
time [libc++] Fix chrono::duration constructor constraint 2022-02-03 18:07:12 -05:00
tuple [libc++][ranges][NFC] Test the specializations of `tuple_{size,element}` for ranges. 2022-02-02 22:58:33 -08:00
type.index
utilities.general
utility [libc++] Implement P0627R6 (Function to mark unreachable code) 2022-02-14 20:52:51 +01:00
utility.requirements
variant