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

[nsan] Swap alignas and visibility order (NFC) #98933

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Commits on Jul 15, 2024

  1. [nsan] Use ALIGNED instead of alignas (NFC)

    When preceded by SANITIZER_INTERFACE_ATTRIBUTE, use the ALIGNED
    macro instead of alignas, because clang 15 and older does not
    support this. See https://clang.godbolt.org/z/Wj1193xWK.
    nikic committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8f3f8e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Swap order instead

    nikic committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c73c419 View commit details
    Browse the repository at this point in the history