]> granicus.if.org Git - clang/commit
Require a complete type for the lhs of member pointer dereference operations if the...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 23 Apr 2010 17:18:26 +0000 (17:18 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 23 Apr 2010 17:18:26 +0000 (17:18 +0000)
commit17e1d35848247cbc5ff31df58f0b67e85b64837c
tree707a7c0caecd597a4bca258fd799dcccbea24c66
parent37de281ac149a5c5f14e4935a3738d87370da3ed
Require a complete type for the lhs of member pointer dereference operations if the type isn't exactly the same as the container class. Fixes PR6783.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102186 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/member-pointer.cpp