summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.unary/expr.unary.op
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano2015-08-151-1/+1
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-261-1/+1
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
* Implement DR61: Address of ambiguous bound methods should be disallowedDavid Majnemer2013-06-111-1/+3
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Improve some of the conversion warnings to fire on conversion to bool.David Blaikie2012-05-151-1/+1
* Don't consider an overloaded operator& when the expression is actuallyDouglas Gregor2011-12-141-0/+28
* Allow calling an overloaded function set by taking the address of theDouglas Gregor2011-10-131-3/+2
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-3/+3
* Clean up our handling of template-ids that resolve down to a singleDouglas Gregor2011-03-161-3/+3
* Properly diagnose invalid casts to function references. Patch byDouglas Gregor2010-11-081-4/+2
* Progress.John McCall2010-10-121-1/+1
* Check that an overloaded function name, when used by the ! operator,Douglas Gregor2010-09-201-0/+36
* Catch the case of trying to turn '&(X::a)' into a member pointer as well.John McCall2010-08-241-0/+45
OpenPOWER on IntegriCloud