mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Type decoder] Generalize the canonicalization of nominal type decl references.
Various TypeDecoder clients will depend on having the "bare" nominal type declaration demangled node for looking up nominal type descriptors, so move the generic argument-stripping code into TypeDecoder.
This commit is contained in:
@@ -185,6 +185,8 @@ public:
|
||||
return TR;
|
||||
}
|
||||
|
||||
Demangle::NodeFactory &getNodeFactory() { return Dem; }
|
||||
|
||||
///
|
||||
/// Factory methods for all TypeRef kinds
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user