Commits

Ben Langmuir committed 09754f21cd4
[CodeCompletion] Don't add type-relation for SequenceType protocol in loop We don't want to prioritize the type name for protocols, since they can't be used (generally) to construct an instance of the type. Ideally we would prioritize types that conform to the protocol. For rdar://problem/24873625