Commits

Doug Gregor committed fadebe02bba
Stop using ProtocolConformance::getTypeWitnesses() almost everywhere. In doing so, make serialization more deterministic. It was depending on DenseMap ordering for both type and value witnesses. Now, serialize the witnesses in the declaration order of the requirements. Swift SVN r11267