mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[demangling] make printGenericSignature virtual
This commit is contained in:
@@ -949,7 +949,7 @@ protected:
|
||||
|
||||
void printImplFunctionType(NodePointer fn, unsigned depth);
|
||||
|
||||
void printGenericSignature(NodePointer Node, unsigned depth);
|
||||
virtual void printGenericSignature(NodePointer Node, unsigned depth);
|
||||
|
||||
void printFunctionSigSpecializationParams(NodePointer Node, unsigned depth);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user