mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #32049 from xymus/spi-unique-imports
[ModuleInterface] Print the SPI attribute only once per group and import
This commit is contained in:
@@ -368,8 +368,9 @@ public:
|
||||
SmallVectorImpl<AbstractFunctionDecl *> &results) const override;
|
||||
|
||||
virtual void
|
||||
lookupImportedSPIGroups(const ModuleDecl *importedModule,
|
||||
SmallVectorImpl<Identifier> &spiGroups) const override;
|
||||
lookupImportedSPIGroups(
|
||||
const ModuleDecl *importedModule,
|
||||
llvm::SmallSetVector<Identifier, 4> &spiGroups) const override;
|
||||
|
||||
Optional<CommentInfo> getCommentForDecl(const Decl *D) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user