summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/derived-to-base.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-1/+1
* Add more of the command line options as attribute flags.Bill Wendling2013-02-281-3/+3
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-2/+1
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-3/+4
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-4/+3
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-2/+5
* Restore the lvalue-to-rvalue conversion patch with a minimal fix.John McCall2010-12-011-0/+11
* When performing a derived-to-base cast that we know will not change the offse...Anders Carlsson2010-01-311-0/+13
* When doing a base-to-derived cast we don't need to null check the derived val...Anders Carlsson2010-01-311-1/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Handle CK_DerivedToBase when emitting lvalue casts.Anders Carlsson2009-09-121-0/+16