Commits

Doug Gregor committed ed2823184ab
Have the type checker explicitly set the list of protocols Previously, this set of protocols was computed lazily, which fails catastrophically if getProtocols() was invoked before validation of the types in a type/extension's "inherited" list. Swift SVN r5924