Commits

Doug Gregor committed e28c425a643
Compute connected components for the constraint graph. This implements an offline algorithm for connected components. We could use an online algorithm, which would be slightly more efficient in the case where we always require the connected components, but such algorithms don't cope with edge removals very well. Still just a debugging tool! Swift SVN r10663