1. e9146f2 Replace more release+static_cast with takeAs. by Anders Carlsson · 15 years ago
  2. 8dcb29d Fix a few isObjectTypes that really need to be isIncompleteOrObject by Douglas Gregor · 15 years ago
  3. 157be83 Implement static_cast from lvalue to rvalue reference. by Sebastian Redl · 15 years ago
  4. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 15 years ago
  5. f53597f Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. by Sebastian Redl · 15 years ago
  6. 86447ec Rename DiagnoseIncompleteType to RequireCompleteType, and update the documentation to reflect the fact that we can instantiate templates here by Douglas Gregor · 15 years ago
  7. c1efaec Eliminate CXXRecordType by Douglas Gregor · 15 years ago
  8. 8189cde Overhaul of Stmt allocation: by Ted Kremenek · 15 years ago
  9. 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 15 years ago
  10. 21593ac Implement pointer to member handling in static_cast. by Sebastian Redl · 15 years ago
  11. db64728 Add handling of member pointers to reinterpret_cast. by Sebastian Redl · 15 years ago
  12. 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 15 years ago
  13. f20269b Add support for member pointers to const_cast. by Sebastian Redl · 15 years ago
  14. 4ec339f Centralize error reporting of improper uses of incomplete types in the by Douglas Gregor · 16 years ago
  15. 9103bb2 Delay semantic analysis of the C++ names casts when the subexpression is type-dependent or the destination type is dependent. by Douglas Gregor · 16 years ago
  16. d162584 Change a whole lot of diagnostics to take QualType's directly by Chris Lattner · 16 years ago
  17. d3a94e2 remove another old-school Diag method. by Chris Lattner · 16 years ago
  18. c9c7c4e start converting Sema over to using its canonical Diag method. by Chris Lattner · 16 years ago
  19. 37d6de3 Move named cast helpers out of Sema, as Chris requested. This requirse making a few functions public that weren't before. by Sebastian Redl · 16 years ago
  20. e3dc28a Greatly improve static_cast diagnostics by Sebastian Redl · 16 years ago
  21. d93f0dd Sema-check virtual declarations. Complete dynamic_cast checking. by Sebastian Redl · 16 years ago
  22. 03a6cf9 Improve assert messages. by Sebastian Redl · 16 years ago
  23. 26d85b1 Move named cast sema functions to their own file. by Sebastian Redl · 16 years ago