Skip to content

[4.2] Ease cherry-picking by providing an impl of SILType::getASTType(). #16918

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

Conversation

gottesmm
Copy link
Contributor

SILType::getSwiftRValueType() was renamed to SILType::getASTType() on
master. This commit provides SILType::getASTType() and delegates to
getSwiftRValueType() to ease cherry-picking from master -> 4.2.

Otherwise, all of the times someone on master cherry-picks such code, we will
get a compilation error.

SILType::getSwiftRValueType() was renamed to SILType::getASTType() on
master. This commit provides SILType::getASTType() and delegates to
getSwiftRValueType() to ease cherry-picking from master -> 4.2.

Otherwise, all of the times someone on master cherry-picks such code, we will
get a compilation error.
@gottesmm gottesmm changed the title Ease cherry-picking by providing an impl of SILType::getASTType(). [4.2] Ease cherry-picking by providing an impl of SILType::getASTType(). May 30, 2018
@gottesmm
Copy link
Contributor Author

@swift-ci smoke test and merge

@gottesmm
Copy link
Contributor Author

@swift-ci test

@gottesmm gottesmm merged commit 66ec2fd into swiftlang:swift-4.2-branch May 31, 2018
@gottesmm gottesmm deleted the swift-4.2-branch-get-ast-type branch May 31, 2018 20:09
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