mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Mangling: de- and re-mangling of GenericTypeParamDecl
This is also missing in the old mangling
This commit is contained in:
@@ -2537,6 +2537,7 @@ private:
|
||||
case Node::Kind::ReflectionMetadataFieldDescriptor:
|
||||
case Node::Kind::ReflectionMetadataAssocTypeDescriptor:
|
||||
case Node::Kind::ReflectionMetadataSuperclassDescriptor:
|
||||
case Node::Kind::GenericTypeParamDecl:
|
||||
case Node::Kind::ThrowsAnnotation:
|
||||
case Node::Kind::EmptyList:
|
||||
case Node::Kind::FirstElementMarker:
|
||||
@@ -2953,6 +2954,7 @@ void NodePrinter::print(NodePointer pointer, bool asContext, bool suppressType)
|
||||
case Node::Kind::Variable:
|
||||
case Node::Kind::Function:
|
||||
case Node::Kind::Subscript:
|
||||
case Node::Kind::GenericTypeParamDecl:
|
||||
printEntity(true, true, "");
|
||||
return;
|
||||
case Node::Kind::ExplicitClosure:
|
||||
|
||||
Reference in New Issue
Block a user