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:
@@ -28,7 +28,7 @@
|
||||
using namespace swift;
|
||||
|
||||
static std::string mangleConstant(NormalProtocolConformance *C) {
|
||||
NewMangling::ASTMangler Mangler;
|
||||
Mangle::ASTMangler Mangler;
|
||||
return Mangler.mangleWitnessTable(C);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user