llvm-project/libcxx
Mark de Wever 15c809e8e7 [libc++][format] Adds a formattable concept.
The concept is based on P2286R2 Formatting Ranges. It will be used to
optimise the storage of __format_arg_store as required by LWG-3473.

Depends on D120916

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D120921
2022-05-18 20:02:08 +02:00
..
benchmarks [runtimes][NFC] Remove dead code for Standalone builds 2022-05-13 14:37:24 -04:00
cmake [runtimes] Introduce object libraries 2022-05-16 08:41:16 -04:00
docs [libc++][ranges][NFC] Mark completed issues related to the One Ranges Proposal. 2022-05-14 13:08:51 -07:00
include [libc++][format] Adds a formattable concept. 2022-05-18 20:02:08 +02:00
lib [libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION option 2022-05-16 15:23:43 -04:00
src [runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on Windows 2022-05-18 20:31:51 +03:00
test [libc++][format] Adds a formattable concept. 2022-05-18 20:02:08 +02:00
utils [runtimes] Introduce object libraries 2022-05-16 08:41:16 -04:00
.clang-format [libc++] Update clang-format to C++20. 2021-10-30 12:50:57 +02:00
.clang-tidy [libc++] Enable modernize-loop-convert 2022-03-18 20:34:19 +01:00
.gitignore
CMakeLists.txt [runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on Windows 2022-05-18 20:31:51 +03:00
CREDITS.TXT Microsoft's floating-point to_chars powered by Ryu and Ryu Printf 2021-12-12 16:34:50 +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