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

[libc++] Deprecate _LIBCPP_ENABLE_ASSERTIONS & friends #98364

Merged
merged 3 commits into from
Jul 12, 2024

Commits on Jul 10, 2024

  1. [libc++] Deprecate _LIBCPP_ENABLE_ASSERTIONS & friends

    In LLVM 19, the old xxx_ENABLE_ASSERTIONS settings should be deprecated
    with the goal of removing them entirely in LLVM 20.
    ldionne committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f29dba6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Fix test

    ldionne committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    86c1693 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Fix warning on GCC

    ldionne committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f84c427 View commit details
    Browse the repository at this point in the history