summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/reinterpret-cast.cpp
AgeCommit message (Expand)Author
2012-09-12clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-14Handle CK_BitCast in EmitCastLValue.Anders Carlsson
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-15Handle reinterpret_cast between integral types and pointer types.Anders Carlsson