diff options
author | Greg Clayton <gclayton@apple.com> | 2016-04-20 21:47:56 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2016-04-20 21:47:56 +0000 |
commit | 0257603c2dc6827a5418b71d904c5dc42f7ce889 (patch) | |
tree | 25893c26c171578a5e475a7475b6f100232db904 /lldb/packages/Python/lldbsuite/test/python_api/class_members | |
parent | ca58a8ff5ba77a2018e8e80014cfe7a71b746b37 (diff) | |
download | bcm5719-llvm-0257603c2dc6827a5418b71d904c5dc42f7ce889.tar.gz bcm5719-llvm-0257603c2dc6827a5418b71d904c5dc42f7ce889.zip |
When making an array or stuct/union/class elements, make sure the type is complete. If the type isn't complete, complete the type so that clang won't assert and kill your program. Since the DWARF assists in doing layout, it won't show the array or struct/unions/class elements correctly, but it will stop you from crashing if you have a struct/union/class that contains one of these arrays.
<rdar://problem/25057391>
llvm-svn: 266922
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/class_members')
0 files changed, 0 insertions, 0 deletions