summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/reinterpret-cast.cpp
Commit message (Expand)AuthorAgeFilesLines
* tests: Use -ffreestanding when including stdint.h, to avoid platform dependen...Daniel Dunbar2010-09-071-1/+1
* print "const intptr_t" instead of "intptr_t const"Chris Lattner2010-09-051-1/+1
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-4/+4
* When deciding whether reinterpret_cast casts away constness we need to look a...Anders Carlsson2010-06-041-0/+12
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-6/+6
* Implement the lvalue-to-rvalue conversion where needed. TheDouglas Gregor2010-02-031-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Use intptr_t rather than long so that this test will not fail on LLP64 systems,Alexis Hunt2009-11-221-4/+6
* CastsAwayConstness shouldn't care if member pointers point into different cla...Sebastian Redl2009-11-181-0/+6
* Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis2009-06-031-3/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add handling of member pointers to reinterpret_cast.Sebastian Redl2009-01-271-0/+18
* Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian...Douglas Gregor2008-10-241-0/+72
OpenPOWER on IntegriCloud