Skip to content

[AST] NFC: Rename ParameterInfoList::isPassedToSendableParameter to… #75991

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
Aug 21, 2024

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Aug 20, 2024

isSendableParameter

Just like other members of that type, isPassedToSendableParameter bit set tracks information per parameter.
The "passed" bit is applicable to the argument rather than the parameter itself so it should bit kept on the AbstractClosureExpr.

… `isSendableParameter`

Just like other members of that type, `isPassedToSendableParameter` bit
set tracks information per parameter. The "passed" bit is applicable
to the argument rather than the parameter itself so it should bit kept
on the `AbstractClosureExpr`.
@xedin xedin requested a review from gottesmm August 20, 2024 20:20
@xedin
Copy link
Contributor Author

xedin commented Aug 20, 2024

@swift-ci please smoke test

@xedin xedin merged commit 3df5e9c into swiftlang:main Aug 21, 2024
3 checks passed
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