[CodeComplete] Add whitespace around braces in lambda completions
authorIlya Biryukov <ibiryukov@google.com>
Fri, 24 May 2019 16:16:15 +0000 (16:16 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Fri, 24 May 2019 16:16:15 +0000 (16:16 +0000)
commit47fd4f06c55381e215b803850169377ac2bfe7a5
tree2360480f9dbbf694332a27a7d021a567559a095f
parentdffedea014822de908c36b15fe3b784326bd6491
[CodeComplete] Add whitespace around braces in lambda completions

This produces nicer output.
Trivial follow-up to r361461, so sending without review.

llvm-svn: 361645
clang/lib/Sema/SemaCodeComplete.cpp
clang/test/CodeCompletion/lambdas.cpp