1. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  2. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 16 years ago
  3. 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
  4. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  5. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  6. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
  7. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago