llvm-capstone/libcxx
Nikolas Klauser 7dc5635d71 [libc++][PSTL] Simplify pstl_config.h
This is done by removing configurations we don't support.

Reviewed By: ldionne, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D149499
2023-05-01 16:45:37 -07:00
..
benchmarks [libc++abi] Improve performance of __dynamic_cast 2023-03-19 10:04:34 +01:00
cmake [libc++][PSTL] Integrate the headers and add a CI job 2023-04-26 13:11:25 -07:00
docs [libc++][NFC] Fix typos in documentation 2023-05-01 17:25:29 -04:00
include [libc++][PSTL] Simplify pstl_config.h 2023-05-01 16:45:37 -07:00
lib [libc++] Remove symbols for a std::allocator_arg & friends from the dylib 2023-04-19 17:27:14 -04:00
src [libc++] Make bsd_locale_fallbacks.h modular and move it into __locale/locale_base_api/ 2023-04-21 05:36:41 +02:00
test [libc++][PSTL] Fix clang-tidy 2023-05-01 15:23:12 -07:00
utils [libc++] cuchar redeclares ::mbstate_t when it's in its own clang module 2023-05-01 13:48:20 -05:00
.clang-format [libc++] Remove _LIBCPP_CONSTEVAL 2023-03-10 09:04:48 -05: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 [libc++][PSTL] Integrate the headers and add a CI job 2023-04-26 13:11:25 -07: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