aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/virtual-bases.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-6/+6
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner1-2/+2
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola1-6/+6
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola1-6/+6
2010-03-29When collecting virtual bases it's very important to use the canonical type o...Anders Carlsson1-0/+23
2010-02-19Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall1-2/+2
2010-02-18Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall1-3/+3
2010-02-17Emit complete constructors and destructors as aliases to base constructorsJohn McCall1-3/+3
2010-02-06Use the correct function info for constructors when applying function attribu...Anders Carlsson1-0/+8
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-25Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used y...Anders Carlsson1-0/+17