]> granicus.if.org Git - clang/commit
Catch the case of trying to turn '&(X::a)' into a member pointer as well.
authorJohn McCall <rjmccall@apple.com>
Tue, 24 Aug 2010 23:26:21 +0000 (23:26 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 24 Aug 2010 23:26:21 +0000 (23:26 +0000)
commitc988fab9860e83f25ef51101fef162b49380582b
tree504d9e22e7120b6871b8571585c653f4c88b9421
parent28a7f258aefdd58db0bbf3a903f053bf2cb69c90
Catch the case of trying to turn '&(X::a)' into a member pointer as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111997 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/CXX/class/class.mfct/class.mfct.non-static/p3.cpp
test/CXX/expr/expr.unary/expr.unary.op/p4.cpp [new file with mode: 0644]