Skip to content

[ConstraintLocator] Allow simplification of constructor member with overloaded base #40074

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

Merged
merged 2 commits into from
Nov 8, 2021

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Nov 5, 2021

init calls to redeclared types would end up diagnosed as ambiguity,
so locator simplification needs to account for the fact that "base"
of constructor might be overloaded type reference.

Resolves: rdar://84879566

xedin added 2 commits November 5, 2021 13:36
Recently added `StmtCondition` and `CastLabelItem` wheren't
handled at all.
…verloaded base

`init` calls to redeclared types would end up diagnosed as ambiguity,
so locator simplification needs to account for the fact that "base"
of constructor might be overloaded type reference.

Resolves: rdar://84879566
@xedin xedin requested a review from hborla November 5, 2021 23:49
Copy link
Member

@hborla hborla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Next stop: remove OverloadedDeclRefExpr

@xedin
Copy link
Contributor Author

xedin commented Nov 6, 2021

@swift-ci please clean test

@xedin xedin merged commit 1069225 into swiftlang:main Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants