1. 91ec789 Support decltype in pseudo destructors and dependent destructor calls. by David Blaikie · 14 years ago
  2. 6b18e74 Don't crash when transforming an ill-formed pseudo-destructor by Douglas Gregor · 14 years ago
  3. 7ec1873 When clearing a LookupResult structure, clear out the naming class, by Douglas Gregor · 14 years ago
  4. 81e317a Allow pseudo-destructors to be called on qualified pointers. Patch by by John McCall · 15 years ago
  5. 7754908 ActOnPseudoDestructorExpr now performs all semantic analysis for by Douglas Gregor · 15 years ago
  6. 93649fd Implement crazy destructor name lookup semantics differently in by Douglas Gregor · 15 years ago
  7. b10cd04 Implement support for parsing pseudo-destructor expression with a nested-name-specifier, e.g., by Douglas Gregor · 15 years ago
  8. 5e895a8 Commiting a revert from dgregor of a bit of destructor logic until we can by Chandler Carruth · 15 years ago
  9. 124b878 Improve parsing and instantiation of destructor names, so that we can by Douglas Gregor · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  11. f6e6fc8 Implement C++ [basic.lookup.classref]p3, which states how the type by Douglas Gregor · 16 years ago
  12. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
  13. a78c5c3 If a destructor is referenced or a pseudo-destructor expression is by Douglas Gregor · 16 years ago
  14. a71d819 Implement AST, semantics, and CodeGen for C++ pseudo-destructor by Douglas Gregor · 16 years ago
  15. 2cf738f More support for pseudo dtors. by Anders Carlsson · 16 years ago