aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/pseudo-destructors.cpp
AgeCommit message (Expand)Author
2012-11-15Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, theRichard Smith
2011-12-16Support decltype in pseudo destructors and dependent destructor calls.David Blaikie
2011-11-09Don't crash when transforming an ill-formed pseudo-destructorDouglas Gregor
2011-03-04When clearing a LookupResult structure, clear out the naming class,Douglas Gregor
2010-06-11Allow pseudo-destructors to be called on qualified pointers. Patch byJohn McCall
2010-02-24ActOnPseudoDestructorExpr now performs all semantic analysis forDouglas Gregor
2010-02-23Implement crazy destructor name lookup semantics differently inDouglas Gregor
2010-02-21Implement support for parsing pseudo-destructor expression with a nested-name...Douglas Gregor
2010-02-21Commiting a revert from dgregor of a bit of destructor logic until we canChandler Carruth
2010-02-16Improve parsing and instantiation of destructor names, so that we canDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-20Implement C++ [basic.lookup.classref]p3, which states how the typeDouglas Gregor
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-04If a destructor is referenced or a pseudo-destructor expression isDouglas Gregor
2009-09-04Implement AST, semantics, and CodeGen for C++ pseudo-destructorDouglas Gregor
2009-08-26More support for pseudo dtors.Anders Carlsson