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

CFI: Restore typeid_for_instance default behavior #123487

Merged

Commits on Apr 5, 2024

  1. CFI: Restore typeid_for_instance default behavior

    Restore typeid_for_instance default behavior of performing self type
    erasure, since it's the most common case and what it does most of the
    time. Using concrete self (or not performing self type erasure) is for
    assigning a secondary type id, and secondary type ids are only assigned
    when they're unique and to methods, and also are only tested for when
    methods are used as function pointers.
    rcvalle committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2498a9d View commit details
    Browse the repository at this point in the history