1. e7450f5 Make sure to use RequireCompleteType rather than testing for by Douglas Gregor · 15 years ago
  2. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  3. 00e68e2 Update new expression to make use of Declarator::getSourceRange(). by Sebastian Redl · 15 years ago
  4. 3cb0692 Make one expected-diag directive match exactly one actual diagnostic. by Sebastian Redl · 15 years ago
  5. 4ec339f Centralize error reporting of improper uses of incomplete types in the by Douglas Gregor · 16 years ago
  6. 7f66239 Code cleanup in new handling. by Sebastian Redl · 16 years ago
  7. 636a7c4 Fix some diagnostics and enhance test cases. Now tests member new and ambiguous overloads. by Sebastian Redl · 16 years ago
  8. b5a57a6 Overload resolution for the operator new function. Member version is still untested. by Sebastian Redl · 16 years ago
  9. fb4ccd7 Make the parser handle ::new and ::delete correctly. by Sebastian Redl · 16 years ago
  10. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  11. c83ed04 Test another error message, make sure to verify C++ new and delete tests by Douglas Gregor · 16 years ago
  12. 28eb7e9 make the 'to match this' diagnostic a note. by Chris Lattner · 16 years ago
  13. 4c5d320 Implementation of new and delete parsing and sema. by Sebastian Redl · 16 years ago