mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Thread DeclNameRef through most of the compiler
This huge commit contains as many of the mechanical changes as possible.
This commit is contained in:
@@ -999,7 +999,8 @@ static bool canSynthesize(DerivedConformance &derived, ValueDecl *requirement) {
|
||||
}
|
||||
|
||||
auto result =
|
||||
TypeChecker::lookupMember(superclassDecl, superType, memberName);
|
||||
TypeChecker::lookupMember(superclassDecl, superType,
|
||||
DeclNameRef_(memberName));
|
||||
|
||||
if (result.empty()) {
|
||||
// No super initializer for us to call.
|
||||
|
||||
Reference in New Issue
Block a user