llvm-project/libcxx/test/std/ranges/range.adaptors/range.common.view
Arthur O'Dwyer 610ac8dbcc [libc++] [test] s/ContiguousView/MoveOnlyView/g. NFCI.
The unique (ha!) thing about this range type is that it's move-only.
Its contiguity is unsurprising (most of our test ranges are contiguous).
Discussed in D111231 but committed separately for clarity.
2021-10-06 16:43:03 -04:00
..
adaptor.pass.cpp [libc++] Add the std::views::common range adaptor 2021-09-29 17:27:34 -04:00
base.pass.cpp [libc++] [test] s/ContiguousView/MoveOnlyView/g. NFCI. 2021-10-06 16:43:03 -04:00
begin.pass.cpp [libc++] [test] s/ContiguousView/MoveOnlyView/g. NFCI. 2021-10-06 16:43:03 -04:00
borrowing.compile.pass.cpp [libc++] [test] Change a lot of free begin/end pairs to members. NFCI. 2021-10-06 16:43:03 -04:00
ctad.compile.pass.cpp [libc++] [test] Change a lot of free begin/end pairs to members. NFCI. 2021-10-06 16:43:03 -04:00
ctor.default.pass.cpp [libc++] [test] s/ContiguousView/MoveOnlyView/g. NFCI. 2021-10-06 16:43:03 -04:00
ctor.view.pass.cpp [libc++] [test] s/ContiguousView/MoveOnlyView/g. NFCI. 2021-10-06 16:43:03 -04:00
end.pass.cpp [libc++] Refactor the tests for common_view to reduce duplication 2021-09-24 13:23:44 -04:00
size.pass.cpp [libc++] Refactor the tests for common_view to reduce duplication 2021-09-24 13:23:44 -04:00
types.h [libc++] [test] s/ContiguousView/MoveOnlyView/g. NFCI. 2021-10-06 16:43:03 -04:00