summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/virtual-bases.cpp
Commit message (Expand)AuthorAgeFilesLines
* IRgen: Mark aliases of ctors and dtors as unnamed_addr.Peter Collingbourne2018-06-181-1/+1
* [CodeGen] Use the non-virtual alignment when emitting the baseAkira Hatanaka2018-01-271-0/+34
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-091-2/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-6/+6
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-6/+6
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-6/+6
* When collecting virtual bases it's very important to use the canonical type o...Anders Carlsson2010-03-291-0/+23
* Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall2010-02-191-2/+2
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-3/+3
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-3/+3
* Use the correct function info for constructors when applying function attribu...Anders Carlsson2010-02-061-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used y...Anders Carlsson2009-11-251-0/+17