mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename ArchetypeBuilder -> GenericSignatureBuilder
This commit is contained in:
@@ -668,7 +668,7 @@ ModuleDecl::lookupConformance(Type type, ProtocolDecl *protocol,
|
||||
// constraint and the superclass conforms to the protocol.
|
||||
if (auto archetype = type->getAs<ArchetypeType>()) {
|
||||
|
||||
// The archetype builder drops conformance requirements that are made
|
||||
// The generic signature builder drops conformance requirements that are made
|
||||
// redundant by a superclass requirement, so check for a concrete
|
||||
// conformance first, since an abstract conformance might not be
|
||||
// able to be resolved by a substitution that makes the archetype
|
||||
|
||||
Reference in New Issue
Block a user