Skip to content

Commit 6036f88

Browse files
committed
[CS] NFC: Clarify FullyBound doc comment
The fully-boundness refers to the system rather than the bindings.
1 parent 44bd3fe commit 6036f88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Sema/ConstraintSystem.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4187,7 +4187,8 @@ class ConstraintSystem {
41874187
/// The set of potential bindings.
41884188
SmallVector<PotentialBinding, 4> Bindings;
41894189

4190-
/// Whether this type variable is fully bound by one of its constraints.
4190+
/// Whether these bindings should be delayed until the rest of the
4191+
/// constraint system is considered "fully bound".
41914192
bool FullyBound = false;
41924193

41934194
/// Whether the bindings of this type involve other type variables.

0 commit comments

Comments
 (0)