mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix warnings produced by a newer version of Clang
Swift SVN r25257
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
ObjCSelector selector,
|
||||
bool isInstanceMethod,
|
||||
unsigned previousGeneration,
|
||||
llvm::TinyPtrVector<AbstractFunctionDecl *> &methods);
|
||||
llvm::TinyPtrVector<AbstractFunctionDecl *> &methods) override;
|
||||
|
||||
virtual void verifyAllModules() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user