You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb/Symbol] Make TypeSystemSwift::GetTypeFromMangledTypename virtual (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]>
0 commit comments