Age | Commit message (Expand) | Author |
2009-11-15 | When looking for operator() to type-check a call to an object of class | Douglas Gregor |
2009-11-05 | When collecting types for built-in candidates, make arrays decay to pointers.... | Sebastian Redl |
2009-10-23 | Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de... | Sebastian Redl |
2009-10-22 | When building types from declarators, instead of building two types (one for | John McCall |
2009-09-30 | When overload resolution fails for an overloaded operator, show the | Douglas Gregor |
2009-09-30 | Note location of operators caused the circularity. | Fariborz Jahanian |
2009-09-30 | Detect operator-> chains of arbitrary length. Use a terrible data structure | John McCall |
2009-09-30 | self-referecing operator '->' member function was causing | Fariborz Jahanian |
2009-09-29 | 13.1-p3 Overloadable declarations | Fariborz Jahanian |
2009-08-27 | When looking for overloaded member operators, make sure to instantiate | Douglas Gregor |
2009-05-29 | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-16 | Almost complete implementation of rvalue references. One bug, and a few uncle... | Sebastian Redl |
2009-02-04 | Bring operator name lookup (as required for C++ operator overloading) | Douglas Gregor |
2009-02-04 | Initial implementation of argument dependent lookup (a.k.a. ADL, | Douglas Gregor |
2009-01-13 | Fix argument-passing bugs in a call to object | Douglas Gregor |
2009-01-13 | Make sure we don't name a constructor or destructor with a qualified | Douglas Gregor |
2008-11-22 | Implement a %plural modifier for complex plural forms in diagnostics. Use it ... | Sebastian Redl |
2008-11-21 | Fix overloading of non-static member functions that differ in their cv-qualif... | Douglas Gregor |
2008-11-21 | Don't print canonical types in overloading-related diagnostics | Douglas Gregor |
2008-11-20 | Add support for overloaded operator-> when used in a member access | Douglas Gregor |
2008-11-19 | Beef up the test for function call operators slightly | Douglas Gregor |
2008-11-19 | Implement the rest of C++ [over.call.object], which permits the object | Douglas Gregor |
2008-11-19 | Support for calling overloaded function call operators (operator()) | Douglas Gregor |
2008-11-19 | Support overloading of the subscript operator[], including support for | Douglas Gregor |
2008-11-19 | Added operator overloading for unary operators, post-increment, and | Douglas Gregor |
2008-11-19 | Built-in equality and relational operators have return type "bool" in C++, | Douglas Gregor |
2008-11-18 | Partial expansion of C++ operator overloading (for binary operators) | Douglas Gregor |
2008-11-06 | Initial, rudimentary implementation of operator overloading for binary | Douglas Gregor |