1. 2fdc5e8 Many of the built-in operator candidates introduced into overload by Douglas Gregor · 14 years ago
  2. fec56e7 When producing overload candidates for binary built-in operators, keep by Douglas Gregor · 14 years ago
  3. 5edbdcc Add an option -fshow-overloads=best|all to limit the number of overload by Jeffrey Yasskin · 14 years ago
  4. ccd4713 A built-in overload candidate is consider a non-template function when by Douglas Gregor · 14 years ago
  5. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  6. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. a8a1e3d Always build a builtin operator expression for the __extension__ unary operator. by Anders Carlsson · 15 years ago
  9. d411b3f For array pointee type, get its cvr qualifier from by Fariborz Jahanian · 15 years ago
  10. 652371a Don't generate pointer types for void or base classes when finding by Douglas Gregor · 15 years ago
  11. 3307475 When overload resolution fails for an overloaded operator, show the by Douglas Gregor · 15 years ago
  12. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  13. 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
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  15. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 16 years ago
  16. 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
  17. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  18. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  19. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
  20. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago