Commits

Ben Langmuir committed a629d668ac1
[CodeCompletion] Mark deprecated completions as "not recommended" If a declaration is marked deprecated (but not unavailable) we want to mark it as "not recommended" so that users know this probably isn't what you want. We already do something like this in Clang code completions of deprecated ObjC declarations. rdar://problem/26335424