mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
rename namespace NewMangling -> Mangle
This commit is contained in:
@@ -98,7 +98,7 @@ static bool extendedTypeIsPrivate(TypeLoc inheritedType) {
|
||||
}
|
||||
|
||||
static std::string mangleTypeAsContext(const NominalTypeDecl *type) {
|
||||
NewMangling::ASTMangler Mangler;
|
||||
Mangle::ASTMangler Mangler;
|
||||
return Mangler.mangleTypeAsContextUSR(type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user