]> granicus.if.org Git - clang/commit
[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)
commitee34ee5940da5de0b8f5563a9043ebdc172a1a06
tree52776daef542aeccc7c78abec91877b3d5c8238b
parentcc107a020478dc6515625755b3332d9ac2c261ef
[CodeComplete] Add whitespace around braces in lambda completions

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361645 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCodeComplete.cpp
test/CodeCompletion/lambdas.cpp