Skip to content

[lldb] Improve handling of indirect enums using reflection metadata #10148

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
Mar 3, 2025

Conversation

adrian-prantl
Copy link

This adds tests for several kinds of indirect enums that were previously uncovered, such as GADTs and generic single-payload enums and implements the proper handling of the ClosureContext box these payloads come packaged in.

This fixes a lot of edge cases that previously required a SwiftASTContext to resolve properly.

rdar://145301500

This adds tests for several kinds of indirect enums that were
previously uncovered, such as GADTs and generic single-payload enums
and implements the proper handling of the ClosureContext box these
payloads come packaged in.

This fixes a lot of edge cases that previously required a
SwiftASTContext to resolve properly.

rdar://145301500
@adrian-prantl adrian-prantl requested a review from a team as a code owner March 2, 2025 04:49
@adrian-prantl
Copy link
Author

test with swiftlang/swift#79700

@adrian-prantl
Copy link
Author

test with swiftlang/swift#79700
@swift-ci test

@adrian-prantl
Copy link
Author

test with swiftlang/swift#79700
@swift-ci test macos

@adrian-prantl adrian-prantl merged commit 3a02857 into swiftlang:stable/20240723 Mar 3, 2025
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