mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #83375 from charles-zablit/charles-zablit/demangling/make-printGenericSignature-virtual
[demangling] make printGenericSignature virtual
This commit is contained in:
@@ -968,7 +968,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