Commits

Joe Groff committed 615cfd4a108
Clang importer: Fix the 'self' type of imported ObjC generic members. A variable was called `selfInterfaceType` even though it was inconsistently set to a contextual Self archetype for protocols, and an interface type for nominal types, and the one place we used the type expected to work with contextual types. Fixes rdar://problem/26396895.