mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Demangler: Fill in places we need to handle symbolic references and OtherNominalTypes when demangling bound generic types.
This commit is contained in:
committed by
Pavel Yaskevich
parent
194c84e0a4
commit
eb316818c5
@@ -124,7 +124,8 @@ class TypeDecoder {
|
||||
}
|
||||
case NodeKind::BoundGenericClass:
|
||||
case NodeKind::BoundGenericEnum:
|
||||
case NodeKind::BoundGenericStructure: {
|
||||
case NodeKind::BoundGenericStructure:
|
||||
case NodeKind::BoundGenericOtherNominalType: {
|
||||
if (Node->getNumChildren() != 2)
|
||||
return BuiltType();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user