]> granicus.if.org Git - clang/commit
Split out the rest of MS ABI multiple inheritance tests
authorTimur Iskhodzhanov <timurrrr@google.com>
Mon, 21 Apr 2014 20:23:34 +0000 (20:23 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Mon, 21 Apr 2014 20:23:34 +0000 (20:23 +0000)
commitcc623a02acc749d3125d3e9b707fcdcb118c7933
tree3a18c316554cfffe532897be9602d0ca3720b976
parent46ddd12e6bc915051322ab6ddd6101216fd21086
Split out the rest of MS ABI multiple inheritance tests

Intentionally duplicate base class definitions per test, so it's easier to copy tests while debugging failures.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206782 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-pure-virtual.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-this-adjustment.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-vdtors.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp [deleted file]