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

SIL: Thread type expansion context through to function convention apis #31470

Merged
merged 3 commits into from May 6, 2020

Commits on May 4, 2020

  1. SIL: Thread type expansion context through to function convention apis

    This became necessary after recent function type changes that keep
    substituted generic function types abstract even after substitution to
    correctly handle automatic opaque result type substitution.
    
    Instead of performing the opaque result type substitution as part of
    substituting the generic args the underlying type will now be reified as
    part of looking at the parameter/return types which happens as part of
    the function convention apis.
    
    rdar://62560867
    aschwaighofer committed May 4, 2020
    Configuration menu
    Copy the full SHA
    147144b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Re-enable test.

    aschwaighofer committed May 5, 2020
    Configuration menu
    Copy the full SHA
    36f25ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b455ac4 View commit details
    Browse the repository at this point in the history