1. 7605618 13.1-p3 Overloadable declarations by Fariborz Jahanian · 16 years ago
  2. 8a5ae24 When looking for overloaded member operators, make sure to instantiate by Douglas Gregor · 16 years ago
  3. d249e1d1f Create a new PrintingPolicy class, which we pass down through the AST by Douglas Gregor · 16 years ago
  4. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  5. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 16 years ago
  6. f680a0f Bring operator name lookup (as required for C++ operator overloading) by Douglas Gregor · 17 years ago
  7. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 17 years ago
  8. 518fda1 Fix argument-passing bugs in a call to object by Douglas Gregor · 17 years ago
  9. e63ef48 Make sure we don't name a constructor or destructor with a qualified by Douglas Gregor · 17 years ago
  10. e4c452c Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 17 years ago
  11. 1ca50c3 Fix overloading of non-static member functions that differ in their cv-qualifiers by Douglas Gregor · 17 years ago
  12. 621b393 Don't print canonical types in overloading-related diagnostics by Douglas Gregor · 17 years ago
  13. 8ba1074 Add support for overloaded operator-> when used in a member access by Douglas Gregor · 17 years ago
  14. 9ebae31 Beef up the test for function call operators slightly by Douglas Gregor · 17 years ago
  15. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 17 years ago
  16. f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 17 years ago
  17. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 17 years ago
  18. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 17 years ago
  19. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 17 years ago
  20. 96176b3 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 17 years ago
  21. eaebc75 Initial, rudimentary implementation of operator overloading for binary by Douglas Gregor · 17 years ago