]> granicus.if.org Git - clang/commit
Fix diagnostic message for member function pointer mismatches where one of the
authorRichard Trieu <rtrieu@google.com>
Tue, 20 May 2014 04:10:24 +0000 (04:10 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 20 May 2014 04:10:24 +0000 (04:10 +0000)
commit7af6e0b3be982d01ef98d36320cd45bdd08ad0d3
tree9932e432610c503e7b5803ab9ee10da5982b67de
parent1469f39895f6bc6c7095f8b2d2f707181a91b5e9
Fix diagnostic message for member function pointer mismatches where one of the
classes is a template argument.

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