Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make __libcpp_verbose_abort() noexcept like std::terminate() #109151

Merged
merged 3 commits into from
Oct 17, 2024

Commits on Sep 28, 2024

  1. 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.
    Doug Wyatt committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    afbbb98 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. customize_verbose_abort.link-time.pass.cpp: Use _NOEXCEPT so as not t…

    …o be noexcept in C++03.
    Doug Wyatt committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    6484137 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge branch 'main' into libcxx-abort-noexcept

    Doug Wyatt committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2c65b6b View commit details
    Browse the repository at this point in the history