Commits

Chris Lattner committed cd9c270563f
Change TypeBase::getTypeVariables to return its results in a SmallVectorImpl (fixing an abstraction leak of the constraint checker into details of constraint gathering). One upside of this is that it avoids constructing SetVector, which defaults to using a std::vector to back it. Swift SVN r4333