llvm-capstone/libcxx
Mark de Wever 3ab20c6809 [libc++][format] Granularize formatter_output.
This should reduce the size of the transitive includes for the vector header.
Note the header still quite large so the difference may be small.

Depends on D154122

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D154286
2023-07-10 19:30:26 +02:00
..
benchmarks Use hash value checks optimizations consistently 2023-07-04 21:01:08 +02:00
cmake [libc++] Remove the legacy debug mode. 2023-06-29 14:49:51 -07:00
docs [libc++][doc] Removes clang name in version number. 2023-07-08 13:36:32 +02:00
include [libc++][format] Granularize formatter_output. 2023-07-10 19:30:26 +02: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] Avoids duplicated exports. 2023-07-08 13:19:43 +02:00
src [libc++] Fix simple cases of locale name construction 2023-07-08 22:02:56 -04:00
test [libc++] Fix std::move algorithm with trivial move-only types 2023-07-10 11:50:09 -04:00
utils [libc++][format] Granularize formatter_output. 2023-07-10 19:30:26 +02:00
.clang-format [libc++] Fix thread annotations on shared_mutex and shared_timed_mutex 2023-07-06 08:37:10 -04: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 [libc++] Re-apply "Always build c++experimental.a"" 2022-07-19 10:44:19 -04:00
CMakeLists.txt [libcxx] Check MSVC flag directly instead of setting LIBCXX_TARGETING_MSVC 2023-07-10 09:25:26 +00:00
CREDITS.TXT [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
LICENSE.TXT
TODO.TXT