Commits

Ben Langmuir committed ce3c2de4a6e
[CodeCompletion] Convert optionals when checking for literal protocol conformance Except for nil literals, we don't want to look at the optional itself, since the typechecker would implicitly look to the underlying type. rdar://problem/24707210