llvm-project/clang/test/Layout
Reid Kleckner bd5bd4b36a PR17576: Fix assertion on polymorphic classes with small alignment
We have to reserve at least the width of a pointer for the vfptr.  For
classes with small alignment, we weren't reserving enough space, and
were overlapping the first field with the vfptr.

llvm-svn: 192626
2013-10-14 21:14:05 +00:00
..
ms-x86-aligned-tail-padding.cpp
ms-x86-basic-layout.cpp
ms-x86-empty-nonvirtual-bases.cpp
ms-x86-empty-virtual-base.cpp
ms-x86-lazy-empty-nonvirtual-base.cpp Fixing stdout/stderr interleaving in lit test. 2013-10-14 20:58:36 +00:00
ms-x86-primary-bases.cpp
ms-x86-size-alignment-fail.cpp PR17576: Fix assertion on polymorphic classes with small alignment 2013-10-14 21:14:05 +00:00
ms-x86-vfvb-alignment.cpp
ms-x86-vfvb-sharing.cpp
ms-x86-vtordisp.cpp