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