aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.unary/expr.unary.op/p4.cpp
AgeCommit message (Expand)Author
2010-11-08Properly diagnose invalid casts to function references. Patch byDouglas Gregor
2010-08-24Catch the case of trying to turn '&(X::a)' into a member pointer as well.John McCall