aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/overloaded-builtin-operators.cpp
AgeCommit message (Expand)Author
2012-12-07clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit t...NAKAMURA Takumi
2012-11-29Reject uses of __int128 on platforms that don't support it. Also move the uglyRichard Smith
2012-09-12clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi
2012-06-10PR12964: __int128 and unsigned __int128 are promoted integral types, be sure toRichard Smith
2012-06-04When adding built-in operator candidates for overload resolutionDouglas Gregor
2011-01-05Many of the built-in operator candidates introduced into overloadDouglas Gregor
2010-11-03When producing overload candidates for binary built-in operators, keepDouglas Gregor
2010-06-11Add an option -fshow-overloads=best|all to limit the number of overloadJeffrey Yasskin
2010-06-08A built-in overload candidate is consider a non-template function whenDouglas Gregor
2010-01-13Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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