mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "ABI Checker: include mangled names in ABI descriptor files"
This reverts commit a870b06055.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user