Skip to content

[Diagnostics] Extend use of argument mismatch fix to autoclosure pa… #27608

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 1 commit into from
Oct 11, 2019

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Oct 10, 2019

…rameters

When it comes to @autoclosure parameters we only detect and diagnose
mismatches related to invalid implicit conversions to pointer types. But
@autoclosure parameters just like regular ones can have type mismatches
as well which can be handled via recently introduced argument-to-parameter mismatch fix.

…rameters

When it comes to `@autoclosure` parameters we only detect and diagnose
mismatches related to invalid implicit conversions to pointer types. But
`@autoclosure` parameters just like regular ones can have type mismatches
as well which can be handled via recently introduced
`argument-to-parameter mismatch` fix.
@xedin xedin requested a review from hborla October 10, 2019 20:34
@xedin
Copy link
Contributor Author

xedin commented Oct 10, 2019

@swift-ci please smoke test

@xedin
Copy link
Contributor Author

xedin commented Oct 11, 2019

@swift-ci please smoke test

@xedin
Copy link
Contributor Author

xedin commented Oct 11, 2019

@swift-ci please smoke test Linux platform

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