summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.unary
Commit message (Expand)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-192-0/+2
* Improve some of the conversion warnings to fire on conversion to bool.David Blaikie2012-05-151-1/+1
* Fix crash & accepts-invalid for array of arrays of user defined type.David Blaikie2012-03-102-0/+30
* Don't consider an overloaded operator& when the expression is actuallyDouglas Gregor2011-12-141-0/+28
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-135-7/+7
* 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
* PR9899: handle pseudo-destructors correctly in noexcept() expressions.Eli Friedman2011-05-121-0/+3
* PR9882: Fix noexcept to deal with dependent new, delete, calls, andEli Friedman2011-05-111-0/+10
* Clean up our handling of template-ids that resolve down to a singleDouglas Gregor2011-03-161-3/+3
* Extend the noexcept expression test to test noexcept specification functions.Sebastian Redl2011-03-151-0/+4
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-282-4/+4
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-0/+23
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-192-4/+4
* Implement access checking for the "delete" operator. Fixes PR9050,Douglas Gregor2011-02-011-5/+17
* Implement substitution of a function parameter pack for its set ofDouglas Gregor2011-01-071-0/+12
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-0/+26
* 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
* Test destructors in delete expressions and of temporaries for throwing.Sebastian Redl2010-09-101-1/+11
* Address Doug's comments.Sebastian Redl2010-09-102-2/+4
* Eli helped me understand how evaluation contexts work.Sebastian Redl2010-09-101-2/+13
* Test CXXNoexceptExpr codegen and serialization.Sebastian Redl2010-09-102-0/+23
* Add another small test case.Sebastian Redl2010-09-101-0/+1
* Tests for noexcept in templates.Sebastian Redl2010-09-101-0/+31
* First version of a testcase, plus fixes.Sebastian Redl2010-09-101-0/+128
* Catch the case of trying to turn '&(X::a)' into a member pointer as well.John McCall2010-08-241-0/+45
* Restore r101841 without modification. Also mark 'operator delete' as used forJohn McCall2010-04-203-3/+3
* Revert r101841 and follow-up.John McCall2010-04-203-3/+3
* Don't bother looking for (or diagnosing problems with) the 'operator delete'John McCall2010-04-203-3/+3
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* Implement semantic analysis for C++ [expr.new]p18-20, which describeDouglas Gregor2010-02-263-0/+200
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add test for expr.delete p5, with a FIXME.Daniel Dunbar2009-11-131-0/+34
OpenPOWER on IntegriCloud