summaryrefslogtreecommitdiffstats
path: root/test/CXX/expr
Commit message (Expand)AuthorAgeFilesLines
* When calling a bound pointer to member function, check theDouglas Gregor2011-02-041-0/+61
* Implement access checking for the "delete" operator. Fixes PR9050,Douglas Gregor2011-02-011-5/+17
* Fix a horrible bug in our handling of C-style casting, where a C-styleDouglas Gregor2011-01-271-0/+23
* Handle C-style casts to rvalue reference types that cast away constness.Douglas Gregor2011-01-261-0/+11
* Reference qualifiers for *this: implement C++0x [expr.mptr.oper]p6,Douglas Gregor2011-01-261-0/+34
* Update const_cast semantics for rvalue references. Add tests forDouglas Gregor2011-01-222-0/+33
* Teach static_cast and dynamic_cast about rvalue references.Douglas Gregor2011-01-222-0/+38
* 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
* Test case for my last fix.Sebastian Redl2010-05-071-0/+15
* 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
* Migrate the mish-mash of declaration checks inDouglas Gregor2010-02-091-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-154-4/+4
* Add test for expr.delete p5, with a FIXME.Daniel Dunbar2009-11-131-0/+34
* Tests for C++ [expr], from James Porter!Douglas Gregor2009-10-083-0/+83