Address review feedback

This commit is contained in:
Arnold Schwaighofer
2019-04-29 07:34:46 -07:00
parent ef78844349
commit 768d1c51a1
12 changed files with 225 additions and 221 deletions

View File

@@ -109,11 +109,6 @@ public:
LookupConformanceFn conformances,
SubstOptions options = None) const;
/// Replace opaque types in the conforming type with their underlying types,
/// and resolve opaque conformances to their underlying conformances.
ProtocolConformanceRef substOpaqueTypesWithUnderlyingTypes(
Type origType, ModuleDecl *modulePerformingSubstitution) const;
/// Given a dependent type (expressed in terms of this conformance's
/// protocol), follow it from the conforming type.
Type getAssociatedType(Type origType, Type dependentType,