]> granicus.if.org Git - clang/commit
When code-completion after a "," is building an overload set, note
authorDouglas Gregor <dgregor@apple.com>
Wed, 23 Sep 2009 14:56:09 +0000 (14:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 23 Sep 2009 14:56:09 +0000 (14:56 +0000)
commit5bd1a1151f5da8236c5b60f4e8a6135627a8130a
tree4658870a27d296e4ccc45ed44252308909956b29
parent38a809571bf5fc3aee9bdd8aae866a8194dae146
When code-completion after a "," is building an overload set, note
that there is one more argument (the one following the comma) and make
the candidate non-viable if the function cannot accept any argument in
that position.

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