| Commit message (Expand) | Author | Age | Files | Lines |
* | DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. | Richard Smith | 2016-10-21 | 1 | -2/+2 |
* | Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ... | Renato Golin | 2016-10-21 | 1 | -2/+2 |
* | DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. | Richard Smith | 2016-10-21 | 1 | -2/+2 |
* | make clang print types as "const int *" instead of "int const*", | Chris Lattner | 2010-09-05 | 1 | -2/+2 |
* | When computing the composite pointer type for relational comparisons, | Douglas Gregor | 2010-02-25 | 1 | -0/+8 |
* | Add test case from PR5763 | Douglas Gregor | 2010-01-11 | 1 | -0/+7 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Repair broken FindCompositePointerType. Correct early termination condition. ... | Sebastian Redl | 2009-11-16 | 1 | -0/+10 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -1/+1 |
* | Implement support for equality comparisons (!=, ==) of member | Douglas Gregor | 2009-08-24 | 1 | -0/+8 |
* | Implement support for comparing pointers with <, >, <=, >=, ==, and != | Douglas Gregor | 2009-05-04 | 1 | -0/+27 |