1. 0a39668 Tweak the new ResolveOverloadedCallFn to just return a FunctionDecl. It makes ActOnCallExpr simpler by Douglas Gregor · 16 years ago
  2. f6b8969 Move the overloading logic of Sema::ActOnCallExpr to a separate function by Douglas Gregor · 16 years ago
  3. d162584 Change a whole lot of diagnostics to take QualType's directly by Chris Lattner · 16 years ago
  4. d9d22dd Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
  5. e4c452c Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 16 years ago
  6. 1ca50c3 Fix overloading of non-static member functions that differ in their cv-qualifiers by Douglas Gregor · 16 years ago
  7. fc195ef Cleanup memory management in overloading of operator->, slightly by Douglas Gregor · 16 years ago
  8. 621b393 Don't print canonical types in overloading-related diagnostics by Douglas Gregor · 16 years ago
  9. 8ba1074 Add support for overloaded operator-> when used in a member access by Douglas Gregor · 16 years ago
  10. a967a6f Fix strange quote characters by Douglas Gregor · 16 years ago
  11. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  12. f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
  13. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  14. fa25bbb Switch several more Sema Diag methods over. This simplifies the by Chris Lattner · 16 years ago
  15. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
  16. 96176b3 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 16 years ago
  17. c9c7c4e start converting Sema over to using its canonical Diag method. by Chris Lattner · 16 years ago
  18. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  19. bf3af05 Some cleanup for the implementation of built-in operator by Douglas Gregor · 16 years ago
  20. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
  21. 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
  22. 25e7087 Remove an out-of-date FIXME by Douglas Gregor · 16 years ago
  23. f1991ea Initial, partially-baked support for implicit user-defined conversions by conversion functions by Douglas Gregor · 16 years ago
  24. 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
  25. 18fe568 Implicit support for direct initialization of objects of class type, e.g., by Douglas Gregor · 16 years ago
  26. 225c41e Standard conversion sequences now have a CopyConstructor field, to by Douglas Gregor · 16 years ago
  27. 396b7cd Add implicitly-declared default and copy constructors to C++ classes, by Douglas Gregor · 16 years ago
  28. 60d62c2 Implement basic support for converting constructors in user-defined by Douglas Gregor · 16 years ago
  29. 0777972 Implement semantic checking of static_cast and dynamic_cast. by Sebastian Redl · 16 years ago
  30. f70bdb9 Implement overloading rules for reference binding by Douglas Gregor · 16 years ago
  31. 15da57e Tweak Sema::CheckReferenceInit so that it (optionally) computes an by Douglas Gregor · 16 years ago
  32. 27c8dc0 Implement initialization of a reference (C++ [dcl.init.ref]) as part by Douglas Gregor · 16 years ago
  33. 0575d4a Some cleanups for the ambiguous derived-to-base conversion checks by Douglas Gregor · 16 years ago
  34. 94b1dd2 First non-embarrassing cut at checking for ambiguous derived-to-base by Douglas Gregor · 16 years ago
  35. bc0805a Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 16 years ago
  36. f8268ae Add representation of base classes in the AST, and verify that we by Douglas Gregor · 16 years ago
  37. ba7e210 QualType::isMoreQualifiedThan and isAtLeastAsQualifiedAs assert that we by Douglas Gregor · 16 years ago
  38. 5737326 Implement ranking of standard conversion sequences by their qualification by Douglas Gregor · 16 years ago
  39. 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
  40. 98cd599 Initial step toward supporting qualification conversions (C++ 4.4). by Douglas Gregor · 16 years ago
  41. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago