llvm-project/libcxx
Konstantin Varlamov 2d9efcfeec [libc++][ranges] Implement [special.mem.concepts].
Implement the exposition-only concepts specified in
`[special.mem.concepts]`. These are all thin wrappers over other
concepts.

Reviewed By: #libc, Quuxplusone, ldionne

Differential Revision: https://reviews.llvm.org/D114761
2021-12-02 17:58:04 -08:00
..
benchmarks [libc++][format] Adds formatting benchmarks. 2021-11-28 13:12:53 +01:00
cmake [runtimes] Remove support for GCC-style 32 bit multilib builds 2021-12-01 12:57:01 -05:00
docs [libc++][ranges] Implement [special.mem.concepts]. 2021-12-02 17:58:04 -08:00
include [libc++][ranges] Implement [special.mem.concepts]. 2021-12-02 17:58:04 -08:00
lib [libc++] Resolve missing table_size symbol 2021-11-18 15:49:45 -05:00
src [libc++] Add missing __format__ attributes 2021-11-26 11:03:14 -05:00
test [libc++][ranges] Implement [special.mem.concepts]. 2021-12-02 17:58:04 -08:00
utils libcxx pretty printers: remove non-lazy_string fallback 2021-12-02 14:31:08 -08:00
.clang-format [libc++] Update clang-format to C++20. 2021-10-30 12:50:57 +02:00
.clang-tidy [libc++] [NFC] Disable clang-tidy's readability-identifier-naming check 2021-11-16 20:14:07 +01:00
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt [runtimes] Move WARNING to FATAL_ERROR for folks using FOO_BUILD_32_BITS 2021-12-01 12:57:30 -05:00
CREDITS.TXT [libc++] Add myself to the credits. 2021-11-28 15:24:45 +01:00
LICENSE.TXT
TODO.TXT [libc++] Disallow volatile types in std::allocator 2021-09-22 11:47:38 -04:00
appveyor-reqs-install.cmd
appveyor.yml