aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/derived-to-base.cpp
AgeCommit message (Expand)Author
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2010-12-01Restore the lvalue-to-rvalue conversion patch with a minimal fix.John McCall
2010-01-31When performing a derived-to-base cast that we know will not change the offse...Anders Carlsson
2010-01-31When doing a base-to-derived cast we don't need to null check the derived val...Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-12Handle CK_DerivedToBase when emitting lvalue casts.Anders Carlsson