]> granicus.if.org Git - clang/commit
Check the return type when calling pointer to member functions.
authorAnders Carlsson <andersca@mac.com>
Thu, 15 Oct 2009 00:41:48 +0000 (00:41 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 15 Oct 2009 00:41:48 +0000 (00:41 +0000)
commit8d6d90d5499d4248761251811ebed0ae77665ed7
tree6783562dca304567259a519be6811d650934749c
parent0653066e2bb7ab86b3b8a2235741db9577e8fce9
Check the return type when calling pointer to member functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84161 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaCXX/incomplete-call.cpp