1. eba9ace Add test case for PR6141, which was fixed a few days ago by Douglas Gregor · 14 years ago
  2. 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. 9d59ecb Improve diagnostics for malformed delete operator function declarations. by Anders Carlsson · 15 years ago
  5. 65bdbfa Pretend destructors are const and volatile. This allows calling them with const and/or volatile objects. Fixes PR5548. by Sebastian Redl · 15 years ago
  6. 1f126bd Deallocation functions must also be static. by Anders Carlsson · 15 years ago
  7. 67bf2e7 allocation functions are always static. by Anders Carlsson · 15 years ago