llvm-project/libcxx
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
..
benchmarks [libc++] Fixes std::to_chars for bases != 10. 2021-04-29 19:56:28 +02:00
cmake [libcxx] Fix the libc++abi header path 2021-04-27 23:30:53 -07:00
docs [libc++][doc] Adds a Format library status page. 2021-04-24 16:38:18 +02:00
include [libcxx][ranges] adds `range` access CPOs 2021-04-30 16:56:42 +00:00
lib [libc++] Implement format_error. 2021-01-28 18:02:53 +01:00
src Implement N3644 "Null Forward Pointers" in _LIBCPP_DEBUG mode. 2021-04-23 18:20:39 -04:00
test [libcxx][ranges] adds `range` access CPOs 2021-04-30 16:56:42 +00:00
utils [libc++] [test] Run the clang-format and generated-output checks on the "service" queue 2021-04-30 08:57:03 -04:00
www [libcxx] [docs] Update docs about how to build for Windows 2021-03-15 17:30:26 +02:00
.clang-format [libcxx][NFC] removes IndentRequires from .clang-format 2021-04-15 19:28:45 +00:00
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt [libc++] Support per-target __config_site in per-target runtime build 2021-04-28 14:27:16 -07:00
CREDITS.TXT [libcxx] Adds [concept.same] 2020-04-08 18:00:13 -04:00
LICENSE.TXT
TODO.TXT [libc++][NFC] Remove outdated TODO item 2020-07-08 13:04:33 -04:00
appveyor-reqs-install.cmd Attempt to upgrade compiler used by appveyor builds 2019-04-03 20:40:01 +00:00
appveyor.yml disable appveyor config for MSVC 2015 2019-04-03 20:36:51 +00:00