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

IRGen: Work around crash lowering generic base class-constrained type parameter. #1258

Commits on Feb 10, 2016

  1. IRGen: Work around crash lowering generic base class-constrained type…

    … parameter.
    
    Type lowering a type with abstract type parameters requires a generic signature, but type lowering does not ever affect class types, so we can be unprincipled and bypass the problem. Work around for rdar://problem/24590570.
    jckarter committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    0027316 View commit details
    Browse the repository at this point in the history