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

sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets #123617

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2024

  1. sanitizers: Add support for stable sanitizers

    Add suppport for specifying stable sanitizers in addition to the
    existing supported sanitizers.
    rcvalle committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9e2cc8a View commit details
    Browse the repository at this point in the history
  2. sanitizers: Stabilize AddressSanitizer and LeakSanitizer

    Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets that
    support them.
    rcvalle committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8d114ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee702b View commit details
    Browse the repository at this point in the history
  4. sanitizers: Stabilize the no_sanitize attribute

    Stabilize the `no_sanitize` attribute so stable sanitizers can also be
    selectively disabled for annotated functions.
    rcvalle committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8af3b93 View commit details
    Browse the repository at this point in the history