Skip to content

Merge pull request #9393 from shajrawi/arg_param_mismatch #9399

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
May 8, 2017

Conversation

shajrawi
Copy link

@shajrawi shajrawi commented May 8, 2017

radar rdar://problem/32027045
cherry-pick of PR #9393 into Swift 4.0 branch

• Explanation: Fixes an issue in the large loadable types module pass: given an inout optional function type argument, for which the function signature has changed, we mistakenly treated it the transformed type as an object type instead of address type
• Scope of Issue: This is a Mandatory pass. Can affect any user of Swift 4.0 if their code contains this pattern.
• Risk: Low
• Reviewed By: Arnold Schwaighofer
• Testing: test case from radar now compile and verify correctly, PR testing on Master branch
• Directions for QE: Compile the test case attached to rdar://problem/32027045 , make sure -sil-verify-all is set for extra testing / sanity check.

Large loadable types: support optional inout function arguments
@shajrawi
Copy link
Author

shajrawi commented May 8, 2017

@swift-ci Please clean test

@shajrawi shajrawi merged commit 09767c0 into swift-4.0-branch May 8, 2017
@shajrawi shajrawi deleted the arg_param_mismatch_cherrypick branch May 8, 2017 22:15
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.

1 participant