Revert "ABI Checker: include mangled names in ABI descriptor files"

This reverts commit a870b06055.
This commit is contained in:
Xi Ge
2021-10-21 10:09:49 -07:00
parent 87e4607cf8
commit fee60ffd4f
9 changed files with 82 additions and 364 deletions

View File

@@ -339,7 +339,6 @@ struct PlatformIntroVersion {
class SDKNodeDecl: public SDKNode {
DeclKind DKind;
StringRef Usr;
StringRef MangledName;
SourceLoc Loc;
StringRef Location;
StringRef ModuleName;
@@ -464,7 +463,6 @@ public:
class SDKNodeTypeNominal : public SDKNodeType {
StringRef USR;
StringRef MangledName;
public:
SDKNodeTypeNominal(SDKNodeInitInfo Info);
// Get the usr of the corresponding nominal type decl.
@@ -585,7 +583,6 @@ public:
/// in the conformance, thus getName() will give us the name of the protocol.
class SDKNodeConformance: public SDKNode {
StringRef Usr;
StringRef MangledName;
SDKNodeDeclType *TypeDecl;
friend class SDKNodeDeclType;
bool IsABIPlaceholder;