summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/derived-to-base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restore the lvalue-to-rvalue conversion patch with a minimal fix.John McCall2010-12-011-0/+11
| | | | llvm-svn: 120555
* When performing a derived-to-base cast that we know will not change the ↵Anders Carlsson2010-01-311-0/+13
| | | | | | offset, we don't need to null check the input pointer. Fixes PR5965. llvm-svn: 94942
* When doing a base-to-derived cast we don't need to null check the derived ↵Anders Carlsson2010-01-311-1/+8
| | | | | | value if the class offset is 0. llvm-svn: 94939
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Handle CK_DerivedToBase when emitting lvalue casts.Anders Carlsson2009-09-121-0/+16
llvm-svn: 81614
OpenPOWER on IntegriCloud