1. 396b7cd Add implicitly-declared default and copy constructors to C++ classes, by Douglas Gregor · 16 years ago
  2. 60d62c2 Implement basic support for converting constructors in user-defined by Douglas Gregor · 16 years ago
  3. 0777972 Implement semantic checking of static_cast and dynamic_cast. by Sebastian Redl · 16 years ago
  4. f70bdb9 Implement overloading rules for reference binding by Douglas Gregor · 16 years ago
  5. 15da57e Tweak Sema::CheckReferenceInit so that it (optionally) computes an by Douglas Gregor · 16 years ago
  6. 27c8dc0 Implement initialization of a reference (C++ [dcl.init.ref]) as part by Douglas Gregor · 16 years ago
  7. 0575d4a Some cleanups for the ambiguous derived-to-base conversion checks by Douglas Gregor · 16 years ago
  8. 94b1dd2 First non-embarrassing cut at checking for ambiguous derived-to-base by Douglas Gregor · 16 years ago
  9. bc0805a Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 16 years ago
  10. f8268ae Add representation of base classes in the AST, and verify that we by Douglas Gregor · 16 years ago
  11. ba7e210 QualType::isMoreQualifiedThan and isAtLeastAsQualifiedAs assert that we by Douglas Gregor · 16 years ago
  12. 5737326 Implement ranking of standard conversion sequences by their qualification by Douglas Gregor · 16 years ago
  13. 9b6e2d2 Fix a thinko in the qualification-conversion check when the qualificaitons are disjoint, and add some overloading-based tests of qualification conversions by Douglas Gregor · 16 years ago
  14. 98cd599 Initial step toward supporting qualification conversions (C++ 4.4). by Douglas Gregor · 16 years ago
  15. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago