summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/virtual-base-cast.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-4/+4
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-1/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-11/+11
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-11/+11
* MS ABI: Emit more canonical vbptr stores and loadsReid Kleckner2014-10-221-20/+16
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* [ms-abi] Report VBPtrOffset correctlyWarren Hunt2014-01-141-2/+2
* [ms-abi] Refactor Microsoft Record LayoutWarren Hunt2014-01-091-2/+2
* [ms-cxxabi] Implement MSVC virtual base adjustmentReid Kleckner2013-05-291-0/+54
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-4/+4
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-4/+4
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-4/+4
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-3/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add a much more thorough test of casts to virtual bases, and fixEli Friedman2009-11-281-7/+31
* Uncomment some commented out code.Anders Carlsson2009-10-061-1/+1
* Change GetAddressCXXOfBaseClass to use CXXBasePaths for calculating base clas...Anders Carlsson2009-10-061-0/+9