summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/casts.cpp
AgeCommit message (Expand)Author
2009-12-22Make sure that reinterpret_cast gets a CastKind on all successfulDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-19Set the cast kind to CK_NoOp for C-style casts that are really const casts. F...Anders Carlsson