[all-commits] [llvm/llvm-project] 308bcb: [libc++] Use the _LIBCPP_VERBOSE_ABORT macro inste...
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Mar 17 16:34:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 308bcb3f7babcf324d8f7b5dd9002bc1d967a92f
https://github.com/llvm/llvm-project/commit/308bcb3f7babcf324d8f7b5dd9002bc1d967a92f
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-03-18 (Sat, 18 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/__verbose_abort
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 the _LIBCPP_VERBOSE_ABORT macro instead of calling the function directly
These calls were added in D141222.
Reviewed By: #libc, ldionne
Spies: ldionne, libcxx-commits, smeenai, mikhail.ramalho
Differential Revision: https://reviews.llvm.org/D146227
More information about the All-commits
mailing list