summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/composite-pointer-type.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-2/+2
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-211-2/+2
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-2/+2
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-2/+2
* When computing the composite pointer type for relational comparisons,Douglas Gregor2010-02-251-0/+8
* Add test case from PR5763Douglas Gregor2010-01-111-0/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Repair broken FindCompositePointerType. Correct early termination condition. ...Sebastian Redl2009-11-161-0/+10
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Implement support for equality comparisons (!=, ==) of memberDouglas Gregor2009-08-241-0/+8
* Implement support for comparing pointers with <, >, <=, >=, ==, and !=Douglas Gregor2009-05-041-0/+27
OpenPOWER on IntegriCloud