llvm-project/libcxx
Christopher Di Bella d8fad66149 [libcxx][ranges] adds concept `sized_range` and cleans up `ranges::size`
* adds `sized_range` and conformance tests
* moves `disable_sized_range` into namespace `std::ranges`
* removes explicit type parameter

Implements part of P0896 'The One Ranges Proposal'.

Differential Revision: https://reviews.llvm.org/D102434
2021-05-19 18:16:45 +00:00
..
benchmarks [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
cmake [libc++] [test] Add a debug-mode CI. 2021-04-30 18:08:09 -04:00
docs [libcxx][ranges] adds concept `sized_range` and cleans up `ranges::size` 2021-05-19 18:16:45 +00:00
include [libcxx][ranges] adds concept `sized_range` and cleans up `ranges::size` 2021-05-19 18:16:45 +00:00
lib [libc++] Disentangle std::pointer_safety 2021-05-03 14:33:49 -04:00
src [libc++][AIX] Define _LIBCPP_ELAST 2021-05-10 13:54:30 +00:00
test [libcxx][ranges] adds concept `sized_range` and cleans up `ranges::size` 2021-05-19 18:16:45 +00:00
utils [libc++] Move handling of the target triple to the DSL 2021-05-08 11:10:53 -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
appveyor.yml