ahatanak added a comment.

It doesn't look like it's possible to get the context needed to do 
accessibility check (CXXMethodDecl 'method' for 'C::overloadedMethod' in the 
test case) from 'Expr *OvlExpr' in CheckAddressOfMemberAccess. It's possible to 
get the class in which the member is defined (class ''C' for 
C::overloadedMethod'), but we want the context in which the member is used 
(that is 'method').


Repository:
  rC Clang

https://reviews.llvm.org/D36918



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to