Commits

Ben Langmuir committed 6c2ec9a1b15
[CodeCompletion] Do our best to set NotRecommended on other-module results These results are cached, so we can't use the type-relation. Instead we use a small hack of checking the textual return type for "Void". This is obviously not ideal, but it lets us detect the most important cases. rdar://problem/22810741