1. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
  2. 96176b3 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 16 years ago
  3. c9c7c4e start converting Sema over to using its canonical Diag method. by Chris Lattner · 16 years ago
  4. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  5. bf3af05 Some cleanup for the implementation of built-in operator by Douglas Gregor · 16 years ago
  6. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
  7. 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
  8. 25e7087 Remove an out-of-date FIXME by Douglas Gregor · 16 years ago
  9. f1991ea Initial, partially-baked support for implicit user-defined conversions by conversion functions by Douglas Gregor · 16 years ago
  10. f7be944 Some cleanup of the cast checkers. Don't canonicalize types when not needed. Use distinct diagnostics for distinct errors. by Sebastian Redl · 16 years ago
  11. 18fe568 Implicit support for direct initialization of objects of class type, e.g., by Douglas Gregor · 16 years ago
  12. 225c41e Standard conversion sequences now have a CopyConstructor field, to by Douglas Gregor · 16 years ago
  13. 396b7cd Add implicitly-declared default and copy constructors to C++ classes, by Douglas Gregor · 16 years ago
  14. 60d62c2 Implement basic support for converting constructors in user-defined by Douglas Gregor · 16 years ago
  15. 0777972 Implement semantic checking of static_cast and dynamic_cast. by Sebastian Redl · 16 years ago
  16. f70bdb9 Implement overloading rules for reference binding by Douglas Gregor · 16 years ago
  17. 15da57e Tweak Sema::CheckReferenceInit so that it (optionally) computes an by Douglas Gregor · 16 years ago
  18. 27c8dc0 Implement initialization of a reference (C++ [dcl.init.ref]) as part by Douglas Gregor · 16 years ago
  19. 0575d4a Some cleanups for the ambiguous derived-to-base conversion checks by Douglas Gregor · 16 years ago
  20. 94b1dd2 First non-embarrassing cut at checking for ambiguous derived-to-base by Douglas Gregor · 16 years ago
  21. bc0805a Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 16 years ago
  22. f8268ae Add representation of base classes in the AST, and verify that we by Douglas Gregor · 16 years ago
  23. ba7e210 QualType::isMoreQualifiedThan and isAtLeastAsQualifiedAs assert that we by Douglas Gregor · 16 years ago
  24. 5737326 Implement ranking of standard conversion sequences by their qualification by Douglas Gregor · 16 years ago
  25. 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
  26. 98cd599 Initial step toward supporting qualification conversions (C++ 4.4). by Douglas Gregor · 16 years ago
  27. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago