Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 954836634abb446f18719b14120c386a929a42d1 Author: Doug Wyatt <doug@sonosphere.com> Date: Thu Oct 17 10:38:29 2024 -0400 [libc++] Make __libcpp_verbose_abort() noexcept like std::terminate() (#109151) Make __libcpp_verbose_abort() noexcept (it is already noreturn), to match std::terminate(). Clang's function effect analysis can use this to ignore such functions as being beyond its scope. (See https://github.com/llvm/llvm-project/pull/99656). |