forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Constraint graph] Make connected components more self-contained.
Have the constraint graph's connected-component implementation be more self-contained, producing a vector containing each of the actual components (where each is defined by a list of type variables and a list of constraints). This simplifies the contract with the client (SplitterStep) and eliminates a bunch of separate mapping steps to interpret the results. It also lets us enrich the Component data structure in the future.
- Loading branch information
1 parent
805b02d
commit 4c04ced
Showing
5 changed files
with
214 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.