summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/pseudo-destructors.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support decltype in pseudo destructors and dependent destructor calls.David Blaikie2011-12-161-1/+4
* Don't crash when transforming an ill-formed pseudo-destructorDouglas Gregor2011-11-091-0/+9
* When clearing a LookupResult structure, clear out the naming class,Douglas Gregor2011-03-041-4/+3
* Allow pseudo-destructors to be called on qualified pointers. Patch byJohn McCall2010-06-111-0/+12
* ActOnPseudoDestructorExpr now performs all semantic analysis forDouglas Gregor2010-02-241-2/+6
* Implement crazy destructor name lookup semantics differently inDouglas Gregor2010-02-231-1/+1
* Implement support for parsing pseudo-destructor expression with a nested-name...Douglas Gregor2010-02-211-1/+7
* Commiting a revert from dgregor of a bit of destructor logic until we canChandler Carruth2010-02-211-1/+1
* Improve parsing and instantiation of destructor names, so that we canDouglas Gregor2010-02-161-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement C++ [basic.lookup.classref]p3, which states how the typeDouglas Gregor2009-11-201-0/+9
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* If a destructor is referenced or a pseudo-destructor expression isDouglas Gregor2009-09-041-0/+6
* Implement AST, semantics, and CodeGen for C++ pseudo-destructorDouglas Gregor2009-09-041-2/+23
* More support for pseudo dtors.Anders Carlsson2009-08-261-0/+13