[all-commits] [llvm/llvm-project] 954836: [libc++] Make __libcpp_verbose_abort() noexcept li...

Doug Wyatt via All-commits all-commits at lists.llvm.org
Thu Oct 17 07:38:52 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 954836634abb446f18719b14120c386a929a42d1
      https://github.com/llvm/llvm-project/commit/954836634abb446f18719b14120c386a929a42d1
  Author: Doug Wyatt <doug at sonosphere.com>
  Date:   2024-10-17 (Thu, 17 Oct 2024)

  Changed paths:
    M libcxx/docs/ReleaseNotes/20.rst
    M libcxx/include/__verbose_abort
    M libcxx/src/verbose_abort.cpp
    M libcxx/test/libcxx/assertions/customize_verbose_abort.link-time.pass.cpp
    M libcxx/test/support/check_assertion.h

  Log Message:
  -----------
  [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).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list