[libcxx-commits] [PATCH] D141222: [libc++] Use __verbose_abort instead of std::abort in __throw_ functions
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 8 05:08:25 PST 2023
philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const, huixie90.
Herald added a subscriber: smeenai.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This results in proper error messages instead of just an abort.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141222
Files:
libcxx/include/__expected/expected.h
libcxx/include/__filesystem/filesystem_error.h
libcxx/include/__functional/function.h
libcxx/include/__memory/shared_ptr.h
libcxx/include/any
libcxx/include/future
libcxx/include/ios
libcxx/include/new
libcxx/include/optional
libcxx/include/regex
libcxx/include/stdexcept
libcxx/include/typeinfo
libcxx/include/variant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141222.487164.patch
Type: text/x-patch
Size: 9677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230108/53daaf05/attachment.bin>
More information about the libcxx-commits
mailing list