Commits

Doug Gregor committed 0749486302b
Let unqualified lookup find members of protocols and extensions thereof. Members of protocols found via unqualified name lookup are mapped to their corresponding witnesses, as we do for qualified name lookup. This is the bulk of the compiler changes for rdar://problem/20509152. Performing this mapping for unqualified name lookup of types will follow. Swift SVN r28333