Skip to content

[lldb] Fix typealias not being emitted for weakly captured generic #7580

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
Oct 5, 2023

Conversation

augusto2112
Copy link

The typealias to $__lldb_context (the self type) was not being emitted when self was weakly captured and the type of self was a generic class type. Fix this, and also make AddRequiredAliases return an error code in case it was unable to emit one of the required aliases.

rdar://104697539
(cherry picked from commit 6fb5c0f)

The typealias to $__lldb_context (the self type) was not being emitted
when self was weakly captured and the type of self was a generic class
type. Fix this, and also make AddRequiredAliases return an error code in
case it was unable to emit one of the required aliases.

rdar://104697539
(cherry picked from commit 6fb5c0f)
@augusto2112 augusto2112 merged commit bd7fc6f into swiftlang:next Oct 5, 2023
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