mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Use actual Identifiers for private discriminators, rather than strings.
This is useful both for caching purposes and for comparison of discriminators (something the debugger will need to do when looking up a particular decl). No observable functionality change. Swift SVN r21610
This commit is contained in:
@@ -556,7 +556,7 @@ public:
|
||||
Optional<BriefAndRawComment> getCommentForDecl(const Decl *D);
|
||||
Optional<BriefAndRawComment> getCommentForDeclByUSR(StringRef USR);
|
||||
|
||||
StringRef getDiscriminatorForPrivateValue(const ValueDecl *D);
|
||||
Identifier getDiscriminatorForPrivateValue(const ValueDecl *D);
|
||||
};
|
||||
|
||||
} // end namespace swift
|
||||
|
||||
Reference in New Issue
Block a user