mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[demangling] make printGenericSignature virtual
(cherry picked from commit 6324f20318)
This commit is contained in:
committed by
Adrian Prantl
parent
8d1b85f68e
commit
34db9e8d2e
@@ -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