llvm-project/libcxx
Christopher Di Bella 7c17731596 [libcxx][ranges] adds `ranges::range`, `ranges::common_range`, and range aliases
* `std::ranges::range`
* `std::ranges::sentinel_t`
* `std::ranges::range_difference_t`
* `std::ranges::range_value_t`
* `std::ranges::range_reference_t`
* `std::ranges::range_rvalue_reference_t`
* `std::ranges::common_range`

`range_size_t` depends on `sized_range` and will be added alongside it.

Implements parts of:
    * P0896R4 The One Ranges Proposal`

Depends on D100255.

Differential Revision: https://reviews.llvm.org/D100269
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 `ranges::range`, `ranges::common_range`, and range aliases 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 `ranges::range`, `ranges::common_range`, and range aliases 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