mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -1315,7 +1315,7 @@ void SerializedModuleLoaderBase::loadExtensions(NominalTypeDecl *nominal,
|
||||
}
|
||||
|
||||
void SerializedModuleLoaderBase::loadObjCMethods(
|
||||
ClassDecl *classDecl,
|
||||
NominalTypeDecl *typeDecl,
|
||||
ObjCSelector selector,
|
||||
bool isInstanceMethod,
|
||||
unsigned previousGeneration,
|
||||
@@ -1323,7 +1323,7 @@ void SerializedModuleLoaderBase::loadObjCMethods(
|
||||
for (auto &modulePair : LoadedModuleFiles) {
|
||||
if (modulePair.second <= previousGeneration)
|
||||
continue;
|
||||
modulePair.first->loadObjCMethods(classDecl, selector, isInstanceMethod,
|
||||
modulePair.first->loadObjCMethods(typeDecl, selector, isInstanceMethod,
|
||||
methods);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user