mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Implement symbolic demangling for extended existential metadata
Fixes rdar://96268090.
This commit is contained in:
@@ -454,6 +454,8 @@ swift::_swift_buildDemanglingForMetadata(const Metadata *type,
|
||||
// substituting the generalization arguments into the demangle tree.
|
||||
// For now, unconditional casts will report '<<< invalid type >>>' when
|
||||
// they fail.
|
||||
// TODO: for clients that need to guarantee round-tripping, demangle
|
||||
// to a SymbolicExtendedExistentialType.
|
||||
return nullptr;
|
||||
}
|
||||
case MetadataKind::ExistentialMetatype: {
|
||||
|
||||
Reference in New Issue
Block a user