llvm-capstone/libcxx
Mark de Wever 3c28ce6bec [libc++] Adds __throw_system_error overload.
This was mention in D150044 and D154995 that this would be useful.
This addresses the last review coment of D150044.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D156019
2023-08-29 19:08:18 +02: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++] Adds __throw_system_error overload. 2023-08-29 19:08:18 +02: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++] Adds __throw_system_error overload. 2023-08-29 19:08:18 +02:00
test Revert "[clang] Enable sized deallocation by default in C++14 onwards" 2023-08-29 09:36:59 -04:00
utils [lit] Improve test output from lit's internal shell 2023-08-29 12:01:24 -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