summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-35/+35
* [test] Fix typos in a few tests (NFC)Vedant Kumar2015-08-231-2/+2
* Improve comments in vtordisp tests: fix a typo, add a bit more clarityTimur Iskhodzhanov2014-11-071-10/+10
* Add yet another vtordisp testTimur Iskhodzhanov2014-04-231-0/+32
* Fix PR19487, PR19505 and PR19506 -- redundant vtordisp thunks when the final ...Timur Iskhodzhanov2014-04-221-0/+55
* Fix PR19408 - Missing static this adjustment in a vtordisp thunkTimur Iskhodzhanov2014-04-171-0/+95
* Simplify test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-vtordisps....Timur Iskhodzhanov2014-03-211-123/+124
* Fix PR18967 -- Bad this adjustment for virtual methods in a diamond virtual i...Timur Iskhodzhanov2014-03-071-0/+62
* Style fix: replace "1 entries" with "1 entry" in the vftable layout dumping codeTimur Iskhodzhanov2014-03-051-1/+1
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* [ms-abi] Report VBPtrOffset correctlyWarren Hunt2014-01-141-1/+1
* [ms-abi] Refactor Microsoft Record LayoutWarren Hunt2014-01-091-1/+1
* Make -fdump-vtable-layouts print to stdout, not stderrReid Kleckner2013-11-081-3/+3
* Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoftTimur Iskhodzhanov2013-11-061-0/+324