summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/reinterpret-cast.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Handle CK_BitCast in EmitCastLValue.Anders Carlsson2009-11-141-0/+5
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Handle reinterpret_cast between integral types and pointer types.Anders Carlsson2009-09-151-0/+12