Commits

Doug Gregor committed e85055e1832
Factor the traverse-and-rebuild logic of the type substitution code into a separate routine TypeChecker::transformType(), that applies an arbitrary transformation. Build TypeChecker::substType() on top of this new routine. No functionality change. Swift SVN r2631