llvm-project/libcxx/test
Christopher Di Bella 5a3309f825 [libcxx][ranges] adds `range` access CPOs
* `std::ranges::begin`
* `std::ranges::cbegin`
* `std::ranges::end`
* `std::ranges::cend`
* `std::ranges::iterator` (required for `end`)

Implements parts of:
    * P0896R4 The One Ranges Proposal`

Co-author: @zoecarver

Depends on D90999, D100160.

Differential Revision: https://reviews.llvm.org/D100255
2021-04-30 16:56:42 +00:00
..
configs [libc++] Include <__config_site> from <__config> 2021-03-30 14:06:11 -07:00
libcxx Support leak sanitizer in libcxx. 2021-04-26 14:19:34 -07:00
std [libcxx][ranges] adds `range` access CPOs 2021-04-30 16:56:42 +00:00
support [libcxx][ranges] adds `range` access CPOs 2021-04-30 16:56:42 +00:00
CMakeLists.txt [libc++] Use add_lit_testsuite to register the libc++ test suite 2021-03-24 16:47:34 -04:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00