]> granicus.if.org Git - clang/commit
When code completion produces an overload set as its results (e.g.,
authorDouglas Gregor <dgregor@apple.com>
Tue, 6 Apr 2010 20:19:47 +0000 (20:19 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 6 Apr 2010 20:19:47 +0000 (20:19 +0000)
commit2e4c7a5865739709a310d847da34096aa402d183
tree57fd63424cbdd027098a1091da421aa838807459
parentfe0bdba44641c5d20e6b7c889545b087ff10179e
When code completion produces an overload set as its results (e.g.,
while we're completing in the middle of a function call), also produce
"ordinary" name results that show what can be typed at that point.

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