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