Commits

Ben Langmuir committed 5615b380403
[CodeCompletion] Show 'return' completion by default when appropriate Ideally we would have precise completion for all our keywords; for now, just imporove handling of 'return', which we can do by checking if the current context is a function/closure/init/subscript/etc. rdar://problem/26307555