summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/derived-to-base-conv.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-2/+2
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* When devirtualizing the conversion to a virtual base subobject,John McCall2012-08-011-55/+56
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-2/+2
* These tests require particular registered targets. Declared as such.Galina Kistanova2011-06-031-0/+1
* update a bunch of tests that are using the x86 backend instead of grepping IR :(Chris Lattner2010-09-221-2/+2
* Rework our handling of copy construction of temporaries, which was aDouglas Gregor2010-04-021-3/+9
* Testcase fixes to reflect instruction table changes in the LLVM backendSean Callanan2009-12-181-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Copy conversion of an expression to its base classFariborz Jahanian2009-10-191-0/+28
* Implement derived-to-base AST/code gen. There is aFariborz Jahanian2009-10-161-0/+51