1. 0575d4a Some cleanups for the ambiguous derived-to-base conversion checks by Douglas Gregor · 16 years ago
  2. 94b1dd2 First non-embarrassing cut at checking for ambiguous derived-to-base by Douglas Gregor · 16 years ago
  3. bc0805a Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 16 years ago
  4. f8268ae Add representation of base classes in the AST, and verify that we by Douglas Gregor · 16 years ago
  5. ba7e210 QualType::isMoreQualifiedThan and isAtLeastAsQualifiedAs assert that we by Douglas Gregor · 16 years ago
  6. 5737326 Implement ranking of standard conversion sequences by their qualification by Douglas Gregor · 16 years ago
  7. 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
  8. 98cd599 Initial step toward supporting qualification conversions (C++ 4.4). by Douglas Gregor · 16 years ago
  9. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago