rename namespace NewMangling -> Mangle

This commit is contained in:
Erik Eckstein
2017-03-20 10:09:30 -07:00
parent d329bb7a2e
commit d70bfc5de2
38 changed files with 68 additions and 68 deletions

View File

@@ -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);
}