mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Use "SPI group" for the name used in an @_spi attribute
This commit is contained in:
@@ -351,8 +351,8 @@ public:
|
||||
SmallVectorImpl<AbstractFunctionDecl *> &results) const override;
|
||||
|
||||
virtual void
|
||||
lookupImportedSPIs(const ModuleDecl *importedModule,
|
||||
SmallVectorImpl<Identifier> &spis) const override;
|
||||
lookupImportedSPIGroups(const ModuleDecl *importedModule,
|
||||
SmallVectorImpl<Identifier> &spiGroups) const override;
|
||||
|
||||
Optional<CommentInfo> getCommentForDecl(const Decl *D) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user