summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/overloaded-builtin-operators.cpp
Commit message (Expand)AuthorAgeFilesLines
* When diagnosing an ambiguity, only note the candidates that contributeRichard Smith2019-10-241-3/+3
* [Sema] Fix built-in decrement operator overload resolutionJan Korous2018-04-111-2/+16
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-1/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+1
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-1/+1
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-2/+10
* clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit t...NAKAMURA Takumi2012-12-071-1/+0
* Reject uses of __int128 on platforms that don't support it. Also move the uglyRichard Smith2012-11-291-1/+1
* clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi2012-09-121-0/+2
* PR12964: __int128 and unsigned __int128 are promoted integral types, be sure toRichard Smith2012-06-101-1/+13
* When adding built-in operator candidates for overload resolutionDouglas Gregor2012-06-041-0/+19
* Many of the built-in operator candidates introduced into overloadDouglas Gregor2011-01-051-0/+17
* When producing overload candidates for binary built-in operators, keepDouglas Gregor2010-11-031-0/+20
* Add an option -fshow-overloads=best|all to limit the number of overloadJeffrey Yasskin2010-06-111-2/+3
* A built-in overload candidate is consider a non-template function whenDouglas Gregor2010-06-081-0/+11
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-2/+2
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Always build a builtin operator expression for the __extension__ unary operator.Anders Carlsson2009-11-141-0/+3
* For array pointee type, get its cvr qualifier fromFariborz Jahanian2009-11-091-0/+10
* Don't generate pointer types for void or base classes when findingDouglas Gregor2009-10-211-0/+25
* When overload resolution fails for an overloaded operator, show theDouglas Gregor2009-09-301-2/+2
* Implement support for equality comparisons (!=, ==) of memberDouglas Gregor2009-08-241-2/+32
* Avoid using the built-in type checker for assignment in C++ when classes are ...Sebastian Redl2009-05-211-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add the proper restrictions on the left-hand argument of a built-inDouglas Gregor2009-01-131-0/+5
* Enable some more operator overloading tests, and don't look into an identifie...Douglas Gregor2008-11-211-4/+0
* Support overloading of the subscript operator[], including support forDouglas Gregor2008-11-191-0/+4
* Added operator overloading for unary operators, post-increment, andDouglas Gregor2008-11-191-1/+39
* Built-in equality and relational operators have return type "bool" in C++,Douglas Gregor2008-11-191-1/+14
* Implement support for operator overloading using candidate operatorDouglas Gregor2008-11-121-0/+66
OpenPOWER on IntegriCloud