]> granicus.if.org Git - clang/commit
Check that the return type is complete when calling a member function.
authorAnders Carlsson <andersca@mac.com>
Sat, 10 Oct 2009 00:06:20 +0000 (00:06 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 10 Oct 2009 00:06:20 +0000 (00:06 +0000)
commiteed3e699b581ad9e17f8147f26b882d20d65a317
tree4202e8c6443c782c9f0445192e91434c1c3947b6
parent11582f542e183f7a7dfcba82cc4378f42d1527c2
Check that the return type is complete when calling a member function.

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