aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/overloaded-builtin-operators.cpp
AgeCommit message (Expand)Author
2009-11-14Always build a builtin operator expression for the __extension__ unary operator.Anders Carlsson
2009-11-09For array pointee type, get its cvr qualifier fromFariborz Jahanian
2009-10-21Don't generate pointer types for void or base classes when findingDouglas Gregor
2009-09-30When overload resolution fails for an overloaded operator, show theDouglas Gregor
2009-08-24Implement support for equality comparisons (!=, ==) of memberDouglas Gregor
2009-05-21Avoid using the built-in type checker for assignment in C++ when classes are ...Sebastian Redl
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-13Add the proper restrictions on the left-hand argument of a built-inDouglas Gregor
2008-11-21Enable some more operator overloading tests, and don't look into an identifie...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-12Implement support for operator overloading using candidate operatorDouglas Gregor