Commits

Doug Gregor committed 8a8895de751
Populate the conformance lookup table for a deserialized protocol. When deserializing a protocol, the conformance lookup table would not contain entries for the inherited protocols of that protocol. They were stashed in the "Protocols" array in TypeDecl (which will eventually go away), but since there are no conformances for a protocol, the conformance lookup table never got updated. Nothing important seems to query this now; that will change soon. Swift SVN r27967