Commits
Dmitri Hrybenko committed c22ac1dc06f
lookupVisibleDecls() should operate on a canonical type so that it does not need to unwrap the type sugar. This was uncovered by the removal of IdentifierType and removal of getCanonicalType() in code completion, which was working around lookupVisibleDecls() not working for IdentifierTypes. Swift SVN r6332