Commits

Dmitri Hrybenko committed 3ee34efee40
Code completion: complete declarations that are required for declared protocol conformances rdar://16539292 This is a hack in visible decl lookup. The general solution that would also improve type checker errors would be to make the type checker keep these broken conformances and syntethize missing declarations to make downstream code type check. For that, see: <rdar://problem/16723339> [QoI] Type checker should not be dropping protocol conformances explicitly spelled in the source Swift SVN r16818