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