1. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  2. b2cb1cb When computing the composite pointer type for relational comparisons, by Douglas Gregor · 14 years ago
  3. b4a8999 Add test case from PR5763 by Douglas Gregor · 15 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. a439e6f Repair broken FindCompositePointerType. Correct early termination condition. Get CVR qualifiers from canonical types. Traverse collected qualifiers in reverse order on rebuilding the pointer, so that we don't swap inner and outer qualifiers. That last one fixes PR5509. by Sebastian Redl · 15 years ago
  6. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  7. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  8. 0c6db94 Implement support for comparing pointers with <, >, <=, >=, ==, and != by Douglas Gregor · 15 years ago