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:
@@ -1668,6 +1668,10 @@ void Remangler::mangleReflectionMetadataSuperclassDescriptor(Node *node) {
|
||||
Out << "MRc";
|
||||
}
|
||||
|
||||
void Remangler::mangleGenericTypeParamDecl(Node *node) {
|
||||
unreachable("todo");
|
||||
}
|
||||
|
||||
void Remangler::mangleCurryThunk(Node *node, EntityContext &ctx) {
|
||||
Out << "<curry-thunk>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user