aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.unary/expr.unary.op
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-05-15Improve some of the conversion warnings to fire on conversion to bool.David Blaikie
2011-12-14Don't consider an overloaded operator& when the expression is actuallyDouglas Gregor
2011-10-13Allow calling an overloaded function set by taking the address of theDouglas Gregor
2011-10-11Catch placeholder types in DefaultLvalueConversionJohn McCall
2011-03-16Clean up our handling of template-ids that resolve down to a singleDouglas Gregor
2010-11-08Properly diagnose invalid casts to function references. Patch byDouglas Gregor
2010-10-12Progress.John McCall
2010-09-20Check that an overloaded function name, when used by the ! operator,Douglas Gregor
2010-08-24Catch the case of trying to turn '&(X::a)' into a member pointer as well.John McCall