llvm-capstone/libcxx
Hristo Hristov 5a53323d2c [libc++][spaceship][NFC] P1612R2: Mark some items "remove operator!= from *_iterator" as "Complete"
Several parts of P1612R2 are already implemented:
- `common_iterator` (new in C++20) https://reviews.llvm.org/D103335
- `unreachable_sentinel_t` (new in C++20) https://reviews.llvm.org/D107920
- `istream_iterator` (removed) https://reviews.llvm.org/D119620
- `istreambuf_iterator` (removed) https://reviews.llvm.org/D119620

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D152656
2023-06-13 07:44:01 +03:00
..
benchmarks [libc++] Removes CMake work-arounds. 2023-06-06 08:10:31 +02:00
cmake [libc++] Roll up fstream support into filesystem support 2023-06-07 08:04:58 -07:00
docs [libc++][spaceship][NFC] P1612R2: Mark some items "remove operator!= from *_iterator" as "Complete" 2023-06-13 07:44:01 +03:00
include [libc++][spaceship] P1614R2: Removed operator!= from weekdays 2023-06-12 22:22:22 +03:00
lib [libc++] Remove symbols for a std::allocator_arg & friends from the dylib 2023-04-19 17:27:14 -04:00
modules [libc++][modules] Adds std module cppm files. 2023-05-23 18:51:27 +02:00
src [libc++] Android temp dir is /data/local/tmp, enable Windows test 2023-06-12 20:43:00 -07:00
test [libc++] Android temp dir is /data/local/tmp, enable Windows test 2023-06-12 20:43:00 -07:00
utils [libc++] Rename availability macros for <filesystem> 2023-06-07 11:31:29 -07:00
.clang-format [libc++] Introduce __is_pointer_in_range 2023-06-07 13:33:58 -07:00
.clang-tidy [libc++] Enable radability-identifier-naming for local variables and fix any problems 2023-02-11 20:03:53 +01:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt [libc++] Roll up fstream support into filesystem support 2023-06-07 08:04:58 -07:00
CREDITS.TXT [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
LICENSE.TXT
TODO.TXT