Commits

Doug Gregor committed cfe9e0ad373
[Module format] Don't serialize 'inherited' types of any declaration. The 'inherited' type list of a declaration represents the parsed for of the inheritance clause, which is now not serialized. The semantic informance exists in the superclass (when present) and list of protocols. Future refactoring of the 'inherited' list will make this more clear. Swift SVN r6686