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

[5.6][lldb] Teach LLDB about ExistentialType in the Swift AST. #3778

Merged

Conversation

hborla
Copy link
Member

@hborla hborla commented Jan 12, 2022

Cherry-pick of #3777

swiftlang/swift#40505 adds a new type called ExistentialType to the Swift frontend, and swiftlang/swift#40804 changes the representation of existential types to use this new type. This is currently semantically the same as ProtocolType or ProtocolCompositionType (the new type actually wraps one of these), so LLDB should handle the new type in the same way.

@hborla
Copy link
Member Author

hborla commented Jan 12, 2022

@swift-ci please test

Copy link

@adrian-prantl adrian-prantl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks good!

@hborla hborla merged commit e8914cf into swiftlang:swift/release/5.6 Jan 14, 2022
@hborla hborla deleted the 5.6-lldb-swift-existential-type branch January 14, 2022 01:24
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