mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ConstraintGraph] Make binding inference more incremental and stop resetting bindings
This commit is contained in:
@@ -124,6 +124,7 @@ private:
|
||||
void retractFromInference(Constraint *constraint, bool notifyFixedBindings);
|
||||
void reintroduceToInference(Constraint *constraint, bool notifyFixedBindings);
|
||||
void resetBindingSet();
|
||||
void updateAdjacentVars() const;
|
||||
/// }
|
||||
|
||||
/// The constraint graph this node belongs to.
|
||||
|
||||
Reference in New Issue
Block a user