]> granicus.if.org Git - clang/commit
Fix mismatch between pointer and pointee type when diagnosing an incorrect
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 26 Jan 2013 02:07:32 +0000 (02:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 26 Jan 2013 02:07:32 +0000 (02:07 +0000)
commit98bfbf5354b8b35fd3efd12932894d7452697226
treec2226d748a4bee89c77286484464f208b805dd3b
parent67234726d2c1e91760cad8b268a147869a55e12a
Fix mismatch between pointer and pointee type when diagnosing an incorrect
object argument type for a member call.

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