]> granicus.if.org Git - clang/commit
Lit tests for Microsoft C++ record layout.
authorWarren Hunt <whunt@google.com>
Mon, 14 Oct 2013 19:08:58 +0000 (19:08 +0000)
committerWarren Hunt <whunt@google.com>
Mon, 14 Oct 2013 19:08:58 +0000 (19:08 +0000)
commitdc58180432868cfa9c060d5c41114634e4b841c7
tree7a20c4bd7d6c906b8758758d5e289ca534480b7b
parent728a1fb4fd6c1bcb200b5eed398e982fe1856ee1
Lit tests for Microsoft C++ record layout.
They weren't added with the rest of the microsoft record layout patch due me not
doing svn add.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192612 91177308-0d34-0410-b5e6-96231b3b80d8
test/Layout/ms-x86-aligned-tail-padding.cpp [new file with mode: 0644]
test/Layout/ms-x86-basic-layout.cpp [new file with mode: 0644]
test/Layout/ms-x86-empty-nonvirtual-bases.cpp [new file with mode: 0644]
test/Layout/ms-x86-empty-virtual-base.cpp [new file with mode: 0644]
test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp [new file with mode: 0644]
test/Layout/ms-x86-primary-bases.cpp [new file with mode: 0644]
test/Layout/ms-x86-size-alignment-fail.cpp [new file with mode: 0644]
test/Layout/ms-x86-vfvb-alignment.cpp [new file with mode: 0644]
test/Layout/ms-x86-vfvb-sharing.cpp [new file with mode: 0644]
test/Layout/ms-x86-vtordisp.cpp [new file with mode: 0644]
test/Sema/ms_bitfield_layout.c [new file with mode: 0644]