Commits
Jordan Rose committed 9aa8c5c1330
Push lookup with private-discriminators into the AST as Module::lookupMember. Since the primary purpose here is to go from a mangled name to a decl, and discriminators are only valid in the context of a particular module, it makes sense to make this an API on Module. Eventually this will also support lookup into a type or its extensions, limited by module and discriminator. Swift SVN r21754