1. 124b878 Improve parsing and instantiation of destructor names, so that we can by Douglas Gregor · 15 years ago
  2. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  3. c19f959 Diagnose when a destructor uses a unrelated class type as its name. by Fariborz Jahanian · 16 years ago
  4. 76ed9cb Improve message for bad destructor decl. Per Doug's comment. by Fariborz Jahanian · 16 years ago
  5. d33c868 Issue a more descriptive diagnostics when mis-declaring a destructor. by Fariborz Jahanian · 16 years ago
  6. 7786d1c C++ destructors can have a single unnamed void parameter. Fixes <rdar://problem/6841210>. by Anders Carlsson · 16 years ago
  7. 6540180 various "is invalid" cleanups for C++ ctors/dtors. by Chris Lattner · 16 years ago
  8. eaaebc7 This is a pretty big cleanup for how invalid decl/type are handle. by Chris Lattner · 16 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  10. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  11. 9d35097 Enable out-of-line definitions of C++ constructors and destructors by Douglas Gregor · 17 years ago
  12. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 17 years ago
  13. c7ed9c6 Changes in preparation for nested-name-specifiers. by Argyrios Kyrtzidis · 17 years ago
  14. 42a552f Parsing, representation, and preliminary semantic analysis of destructors. by Douglas Gregor · 17 years ago