Skip to content
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

[CodeGen] Add typed error logic to SwiftAggLowering #8870

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

drexin
Copy link

@drexin drexin commented Jun 6, 2024

rdar://129359321

Adds SwiftAggLowerign::shouldReturnTypedErrorIndirectly, which checks if a typed error can be returned directly, similar to how shouldPassIndirectly works, but with the additional restriction of the type having to consist of only integers.

rdar://129359321

Adds SwiftAggLowerign::shouldReturnTypedErrorIndirectly, which checks if a typed error can be returned directly, similar to how shouldPassIndirectly works, but with the additional restriction of the type having to consist of only integers.
@drexin
Copy link
Author

drexin commented Jun 17, 2024

@swift-ci test

@drexin drexin merged commit 983a35a into swiftlang:stable/20230725 Jun 22, 2024
3 checks passed
@drexin drexin deleted the wip-typed-throws branch June 22, 2024 09:35
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