1. a8a1e3d Always build a builtin operator expression for the __extension__ unary operator. by Anders Carlsson · 16 years ago
  2. d411b3f For array pointee type, get its cvr qualifier from by Fariborz Jahanian · 16 years ago
  3. 652371a Don't generate pointer types for void or base classes when finding by Douglas Gregor · 16 years ago
  4. 3307475 When overload resolution fails for an overloaded operator, show the by Douglas Gregor · 16 years ago
  5. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 16 years ago
  6. 8593c78 Avoid using the built-in type checker for assignment in C++ when classes are involved. Patch by Vyacheslav Kononenko. by Sebastian Redl · 16 years ago
  7. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  8. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 17 years ago
  9. 4fcd399 Enable some more operator overloading tests, and don't look into an identifier for functions that might not have one by Douglas Gregor · 17 years ago
  10. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 17 years ago
  11. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 17 years ago
  12. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 17 years ago
  13. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 17 years ago