Skip to content

Commit 97855c9

Browse files
committed
Updated a comment on LookUpConformance to reflect current implementation
LookUpConformance does not depend on a type checker instance anymore.
1 parent a1fdad7 commit 97855c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Sema/TypeChecker.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,8 +1054,7 @@ class TypeChecker final {
10541054
SourceLoc ComplainLoc = SourceLoc());
10551055

10561056
/// Functor class suitable for use as a \c LookupConformanceFn to look up a
1057-
/// conformance through a particular declaration context using the given
1058-
/// type checker.
1057+
/// conformance through a particular declaration context.
10591058
class LookUpConformance {
10601059
DeclContext *dc;
10611060

0 commit comments

Comments
 (0)