| Commit message (Expand) | Author | Age | Files | Lines |
* | When diagnosing an ambiguity, only note the candidates that contribute | Richard Smith | 2019-10-24 | 1 | -3/+3 |
* | [Sema] Fix built-in decrement operator overload resolution | Jan Korous | 2018-04-11 | 1 | -2/+16 |
* | Enable support for __float128 in Clang and enable it on pertinent platforms | Nemanja Ivanovic | 2016-05-09 | 1 | -1/+1 |
* | Revert 266186 as it breaks anything that includes type_traits on some platforms | Nemanja Ivanovic | 2016-04-15 | 1 | -1/+1 |
* | Enable support for __float128 in Clang | Nemanja Ivanovic | 2016-04-13 | 1 | -1/+1 |
* | [Lit Test] Updated 34 Lit tests to be C++11 compatible. | Charles Li | 2015-11-17 | 1 | -2/+10 |
* | clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit t... | NAKAMURA Takumi | 2012-12-07 | 1 | -1/+0 |
* | Reject uses of __int128 on platforms that don't support it. Also move the ugly | Richard Smith | 2012-11-29 | 1 | -1/+1 |
* | clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati... | NAKAMURA Takumi | 2012-09-12 | 1 | -0/+2 |
* | PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to | Richard Smith | 2012-06-10 | 1 | -1/+13 |
* | When adding built-in operator candidates for overload resolution | Douglas Gregor | 2012-06-04 | 1 | -0/+19 |
* | Many of the built-in operator candidates introduced into overload | Douglas Gregor | 2011-01-05 | 1 | -0/+17 |
* | When producing overload candidates for binary built-in operators, keep | Douglas Gregor | 2010-11-03 | 1 | -0/+20 |
* | Add an option -fshow-overloads=best|all to limit the number of overload | Jeffrey Yasskin | 2010-06-11 | 1 | -2/+3 |
* | A built-in overload candidate is consider a non-template function when | Douglas Gregor | 2010-06-08 | 1 | -0/+11 |
* | Improve the reporting of non-viable overload candidates by noting the reason | John McCall | 2010-01-13 | 1 | -2/+2 |
* | Improve the diagnostics used to report implicitly-generated class members | John McCall | 2010-01-06 | 1 | -2/+2 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Always build a builtin operator expression for the __extension__ unary operator. | Anders Carlsson | 2009-11-14 | 1 | -0/+3 |
* | For array pointee type, get its cvr qualifier from | Fariborz Jahanian | 2009-11-09 | 1 | -0/+10 |
* | Don't generate pointer types for void or base classes when finding | Douglas Gregor | 2009-10-21 | 1 | -0/+25 |
* | When overload resolution fails for an overloaded operator, show the | Douglas Gregor | 2009-09-30 | 1 | -2/+2 |
* | Implement support for equality comparisons (!=, ==) of member | Douglas Gregor | 2009-08-24 | 1 | -2/+32 |
* | Avoid using the built-in type checker for assignment in C++ when classes are ... | Sebastian Redl | 2009-05-21 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Add the proper restrictions on the left-hand argument of a built-in | Douglas Gregor | 2009-01-13 | 1 | -0/+5 |
* | Enable some more operator overloading tests, and don't look into an identifie... | Douglas Gregor | 2008-11-21 | 1 | -4/+0 |
* | Support overloading of the subscript operator[], including support for | Douglas Gregor | 2008-11-19 | 1 | -0/+4 |
* | Added operator overloading for unary operators, post-increment, and | Douglas Gregor | 2008-11-19 | 1 | -1/+39 |
* | Built-in equality and relational operators have return type "bool" in C++, | Douglas Gregor | 2008-11-19 | 1 | -1/+14 |
* | Implement support for operator overloading using candidate operator | Douglas Gregor | 2008-11-12 | 1 | -0/+66 |