Commits

Ben Langmuir committed c8f7da4de1a
[CodeCompletion] Support a narrow case for producing trailing closures directly This adds a narrow special case in code-completion for control-flow-like methods such as DispatchQueue().sync that are () -> (), to add a new completion where the trailing closure is immediately expanded rather than having to invoke placeholder expansion as a second step. rdar://problem/26628804