summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/reinterpret-cast.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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