llvm-capstone/libcxx
Nikolas Klauser 22347afb72 [libc++][NFC] Remove some dead code
We only support Clang on windows, so this code path is never taken.

Reviewed By: #libc, Mordante

Spies: Mordante, libcxx-commits

Differential Revision: https://reviews.llvm.org/D158230
2023-08-30 21:07:14 -07:00
..
benchmarks [libc++][PSTL] Add a __parallel_sort implementation to libdispatch 2023-08-15 12:20:40 -07:00
cmake [libc++][CI] Moves modules build to C++23. 2023-08-22 20:19:48 +02:00
docs [libc++][doc] Improves contribution page. 2023-08-29 19:05:31 +02:00
include [libc++][NFC] Remove some dead code 2023-08-30 21:07:14 -07:00
lib [libc++] Optimize internal function in <system_error> 2023-08-11 13:08:45 -07:00
modules [libc++][C++20 modules] Tests no unicode build. 2023-08-22 20:17:37 +02:00
src [libc++][hardening] Mark the remaining stray assertions as uncategorized 2023-08-29 16:32:23 -07:00
test [libc++][format] Fixes out of bounds access. 2023-08-30 17:40:58 +02:00
utils Revert "[libc++] Comment out the AIX jobs that are failing" 2023-08-30 13:28:30 -04:00
.clang-format [libc++] Make everything in namespace std have default type visibility and hidden visibility and remove _LIBCPP_ENUM_VIS 2023-08-19 15:16:04 -07:00
.clang-tidy [libc++] Fix template parameter naming and enforce it through readability-identifier-naming 2023-07-24 19:54:12 -07: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++][modules] Simplifies C++20 module testing. 2023-08-22 20:06:28 +02:00
CREDITS.TXT [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
LICENSE.TXT
TODO.TXT