[all-commits] [llvm/llvm-project] 16d1b0: [libc++] Use __verbose_abort instead of std::abort...
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Mar 14 11:33:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16d1b0e1059eb5bcc1cb7581598734b3cbc89509
https://github.com/llvm/llvm-project/commit/16d1b0e1059eb5bcc1cb7581598734b3cbc89509
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M libcxx/include/__expected/expected.h
M libcxx/include/__filesystem/filesystem_error.h
M libcxx/include/__functional/function.h
M libcxx/include/__memory/shared_ptr.h
M libcxx/include/any
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/new
M libcxx/include/optional
M libcxx/include/regex
M libcxx/include/stdexcept
M libcxx/include/typeinfo
M libcxx/include/variant
Log Message:
-----------
[libc++] Use __verbose_abort instead of std::abort in __throw_ functions
This results in proper error messages instead of just an abort.
Reviewed By: ldionne, Mordante, #libc
Spies: #libc_vendors, smeenai, libcxx-commits
Differential Revision: https://reviews.llvm.org/D141222
More information about the All-commits
mailing list