]> granicus.if.org Git - clang/commit
Separate the code-completion results for call completion from the
authorDouglas Gregor <dgregor@apple.com>
Wed, 23 Sep 2009 00:16:58 +0000 (00:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 23 Sep 2009 00:16:58 +0000 (00:16 +0000)
commit0594438e06f58ab3798416324780ab39ca9c8f54
tree89c539ff1c473d05a56b8a8ca2b68af630969483
parent8e0a0e4e4554ab31d793413e0fb4d9532872a53a
Separate the code-completion results for call completion from the
results for other, textual completion. For call completion, we now
produce enough information to show the function call argument that we
are currently on.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82592 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/CodeCompleteConsumer.h
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
test/CodeCompletion/call.cpp