Skip to content

[lldb/Symbol] Make TypeSystemSwift::GetTypeFromMangledTypename virtual (NFC) #1325

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
Jun 11, 2020

Conversation

medismailben
Copy link

Both SwiftASTContext and SwiftTypeRef type systems implement
GetTypeFromMangledTypename. However, their base interface
TypeSystemSwift didn't expose this method.

This patch fixes that by defining the method as virtual pure in the base
class and makes each sub-class implementation an override.

Signed-off-by: Med Ismail Bennani [email protected]

…l (NFC)

Both SwiftASTContext and SwiftTypeRef type systems implement
`GetTypeFromMangledTypename`. However, their base interface
`TypeSystemSwift` didn't expose this method.

This patch fixes that by defining the method as virtual pure in the base
class and makes each sub-class implementation an override.

Signed-off-by: Med Ismail Bennani <[email protected]>
@medismailben
Copy link
Author

@swift-ci test

@medismailben medismailben merged commit 34a0333 into swiftlang:swift/master Jun 11, 2020
@medismailben medismailben deleted the swift/master-nfc branch June 11, 2020 14:32
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