1. f20269b Add support for member pointers to const_cast. by Sebastian Redl · 16 years ago
  2. 4ec339f Centralize error reporting of improper uses of incomplete types in the by Douglas Gregor · 16 years ago
  3. 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
  4. d162584 Change a whole lot of diagnostics to take QualType's directly by Chris Lattner · 16 years ago
  5. d3a94e2 remove another old-school Diag method. by Chris Lattner · 16 years ago
  6. c9c7c4e start converting Sema over to using its canonical Diag method. by Chris Lattner · 16 years ago
  7. 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
  8. e3dc28a Greatly improve static_cast diagnostics by Sebastian Redl · 16 years ago
  9. d93f0dd Sema-check virtual declarations. Complete dynamic_cast checking. by Sebastian Redl · 16 years ago
  10. 03a6cf9 Improve assert messages. by Sebastian Redl · 16 years ago
  11. 26d85b1 Move named cast sema functions to their own file. by Sebastian Redl · 16 years ago