File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -853,8 +853,10 @@ class ModuleDecl
853853 ProtocolConformanceRef conformsToProtocol (Type sourceTy,
854854 ProtocolDecl *targetProtocol);
855855
856- // / Collect the conformances of \c fromType each of the protocols of an
856+ // / Collect the conformances of \c fromType to each of the protocols of an
857857 // / existential type's layout.
858+ // /
859+ // / See `TypeChecker::containsProtocol` for details on the boolean arguments.
858860 ArrayRef<ProtocolConformanceRef>
859861 collectExistentialConformances (CanType fromType, CanType existential,
860862 bool skipConditionalRequirements = true ,
Original file line number Diff line number Diff line change @@ -345,10 +345,6 @@ class CollectExistentialConformancesRequest
345345 CanType existential,
346346 bool skipConditionalRequirements,
347347 bool allowMissing) const ;
348-
349- public:
350- // Caching.
351- bool isCached () const { return true ; }
352348};
353349
354350// / Determine whether an existential type conforming to this protocol
You can’t perform that action at this time.
0 commit comments