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