mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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:
@@ -185,8 +185,7 @@ public:
|
||||
virtual void
|
||||
collectLinkLibraries(Module::LinkLibraryCallback callback) const override;
|
||||
|
||||
void getDiscriminatorForPrivateValue(SmallVectorImpl<char> &buffer,
|
||||
const ValueDecl *D) const override;
|
||||
Identifier getDiscriminatorForPrivateValue(const ValueDecl *D) const override;
|
||||
|
||||
virtual StringRef getFilename() const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user