Commits
Dmitri Hrybenko committed 03e6c366768
Code completion: correctly do name lookup into extensions This change also exposes and fixes a bug where we would improperly filter shadowed declarations. removeShadowedDecls() assumed that all decls had the same name, but when it is used from lookupVisibleDecls(), this is not true. Thus, we group decls not only by signature, but also by name. Swift SVN r6460