1. 8fda1ab clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit triple. by NAKAMURA Takumi · 12 years ago
  2. 8426890 Reject uses of __int128 on platforms that don't support it. Also move the ugly by Richard Smith · 12 years ago
  3. b774d73 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  4. 3c2fcf8 PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to by Richard Smith · 12 years ago
  5. b1c6f5f When adding built-in operator candidates for overload resolution by Douglas Gregor · 12 years ago
  6. 2fdc5e8 Many of the built-in operator candidates introduced into overload by Douglas Gregor · 14 years ago
  7. fec56e7 When producing overload candidates for binary built-in operators, keep by Douglas Gregor · 14 years ago
  8. 5edbdcc Add an option -fshow-overloads=best|all to limit the number of overload by Jeffrey Yasskin · 14 years ago
  9. ccd4713 A built-in overload candidate is consider a non-template function when by Douglas Gregor · 14 years ago
  10. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  11. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  12. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  13. a8a1e3d Always build a builtin operator expression for the __extension__ unary operator. by Anders Carlsson · 15 years ago
  14. d411b3f For array pointee type, get its cvr qualifier from by Fariborz Jahanian · 15 years ago
  15. 652371a Don't generate pointer types for void or base classes when finding by Douglas Gregor · 15 years ago
  16. 3307475 When overload resolution fails for an overloaded operator, show the by Douglas Gregor · 15 years ago
  17. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  18. 8593c78 Avoid using the built-in type checker for assignment in C++ when classes are involved. Patch by Vyacheslav Kononenko. by Sebastian Redl · 15 years ago
  19. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  20. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 16 years ago
  21. 4fcd399 Enable some more operator overloading tests, and don't look into an identifier for functions that might not have one by Douglas Gregor · 16 years ago
  22. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  23. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  24. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
  25. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago