]> granicus.if.org Git - clang/commit
Cope with calls to operator() templates. Fixes PR5419.
authorDouglas Gregor <dgregor@apple.com>
Sat, 7 Nov 2009 17:23:56 +0000 (17:23 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 7 Nov 2009 17:23:56 +0000 (17:23 +0000)
commit3734c21b603ec8546613557a0e8a9f566f424324
tree91a976a513e7cea090600715b011eb667d04e4f7
parent78f7ece00e2ddfb64d4ed72a7be770b5b9b805e3
Cope with calls to operator() templates. Fixes PR5419.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86387 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/SemaTemplate/member-function-template.cpp