Commits

Doug Gregor committed 21765eb38dc
Allow name lookup to find initializers defined in protocol extensions. For structs/enums, this was already the case. For classes, we simply need to ensure that we always look at the extensions of protocols to which the class conforms. Swift SVN r26773