Age | Commit message (Expand) | Author |
---|---|---|
2010-09-05 | make clang print types as "const int *" instead of "int const*", | Chris Lattner |
2010-02-25 | When computing the composite pointer type for relational comparisons, | Douglas Gregor |
2010-01-11 | Add test case from PR5763 | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-16 | Repair broken FindCompositePointerType. Correct early termination condition. ... | Sebastian Redl |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-08-24 | Implement support for equality comparisons (!=, ==) of member | Douglas Gregor |
2009-05-04 | Implement support for comparing pointers with <, >, <=, >=, ==, and != | Douglas Gregor |