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

[4.0] [Type checker] Check type equality even for argument tuples in Swift 4. #10447

Merged

Commits on Jun 21, 2017

  1. [Type checker] Check type equality even for argument tuples in Swift 4.

    Replace a where Type-pointer-equality check with what it intended,
    i.e., match up ParenTypes at the top level and perform a deeper
    equality comparison of the underlying types.
    
    Fixes SR-5166 / rdar://problem/32666189.
    
    (cherry picked from commit a570a5a)
    DougGregor committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    c06a633 View commit details
    Browse the repository at this point in the history