]> granicus.if.org Git - clang/commit
Don't format the code completion for parameters of block literal
authorDouglas Gregor <dgregor@apple.com>
Tue, 18 Oct 2011 04:23:19 +0000 (04:23 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 18 Oct 2011 04:23:19 +0000 (04:23 +0000)
commitee1c68a0d9de322424b368b9e6dc58fa3daefceb
tree859b6763b64a9a19ff749f74052b090ceafa0d3e
parent2dc7ece8a83f371cb86c2f93282cb3c8e2d010ec
Don't format the code completion for parameters of block literal
arguments as block literal arguments; the block literal argument code
completion should only go one level deep. Fixes <rdar://problem/10291294>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142335 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCodeComplete.cpp
test/Index/complete-blocks.m