]> granicus.if.org Git - clang/commit
Print the results of code-completion for overloading by displaying the
authorDouglas Gregor <dgregor@apple.com>
Wed, 23 Sep 2009 00:34:09 +0000 (00:34 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 23 Sep 2009 00:34:09 +0000 (00:34 +0000)
commit86d802e03a267af79663990c39865c67e0645238
tree58b70d4a1cb95123c38c27f78e44f0c149e056b9
parent0594438e06f58ab3798416324780ab39ca9c8f54
Print the results of code-completion for overloading by displaying the
signature of the function with the current parameter highlighted as a
placeholder.

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