summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/virtual-base-cast.cpp
AgeCommit message (Expand)Author
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-10-22MS ABI: Emit more canonical vbptr stores and loadsReid Kleckner
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-14[ms-abi] Report VBPtrOffset correctlyWarren Hunt
2014-01-09[ms-abi] Refactor Microsoft Record LayoutWarren Hunt
2013-05-29[ms-cxxabi] Implement MSVC virtual base adjustmentReid Kleckner
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-28Add a much more thorough test of casts to virtual bases, and fixEli Friedman
2009-10-06Uncomment some commented out code.Anders Carlsson
2009-10-06Change GetAddressCXXOfBaseClass to use CXXBasePaths for calculating base clas...Anders Carlsson