llvm-capstone/libcxx
Nikolas Klauser aade74675c [libc++][PSTL] Overhaul exceptions handling
This makes exception handling a lot simpler, since we don't have to convert any exceptions this way. Is also properly handles all the user-thrown exceptions.

Reviewed By: ldionne, #libc

Spies: arichardson, mstorsjo, libcxx-commits

Differential Revision: https://reviews.llvm.org/D154238
2023-10-06 23:01:30 +02:00
..
benchmarks [libc++] Optimize ranges::count for __bit_iterators 2023-10-06 22:58:41 +02:00
cmake [runtimes] Fix link order of system librarires on Apple platforms (#66940) 2023-09-21 05:10:05 -04:00
docs [libc++] Optimize ranges::count for __bit_iterators 2023-10-06 22:58:41 +02:00
include [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
lib [libc++] Simplify the implementation of locale::id (#65781) 2023-09-12 19:20:27 -04:00
modules [libc++] Implement ranges::ends_with 2023-09-18 11:56:10 -07:00
src [libc++] Recategorize additional instantiations in the dylib as availability macros 2023-10-06 11:21:05 +02:00
test [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
utils [libc++] Optimize ranges::count for __bit_iterators 2023-10-06 22:58:41 +02: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 Remove lit's --summary flag from buildbots. 2023-08-31 14:23:51 -04:00
CMakeLists.txt [runtimes] Fix link order of system librarires on Apple platforms (#66940) 2023-09-21 05:10:05 -04:00
CREDITS.TXT
LICENSE.TXT
TODO.TXT