mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Serialize ObjC selectors for protocols
The ObjCMethodLookupTable for protocols was not being serialized and rebuilt on load, so NominalTypeDecl::lookupDirect() on selectors was not working correctly for deserialized types. Correct this oversight.
This commit is contained in:
@@ -190,7 +190,7 @@ public:
|
||||
unsigned previousGeneration) override;
|
||||
|
||||
virtual void loadObjCMethods(
|
||||
ClassDecl *classDecl,
|
||||
NominalTypeDecl *typeDecl,
|
||||
ObjCSelector selector,
|
||||
bool isInstanceMethod,
|
||||
unsigned previousGeneration,
|
||||
|
||||
Reference in New Issue
Block a user