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