Add SBType::GetArrayType() such that - given a type - one can make an array (of a...
authorEnrico Granata <egranata@apple.com>
Tue, 30 Aug 2016 20:39:58 +0000 (20:39 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 30 Aug 2016 20:39:58 +0000 (20:39 +0000)
commit639392fe76d61fcb6960f438ce0736911c964526
tree8ef8f80e716a183b31760f46b587938be612859e
parentb7df1e21481cfb8e65f85da366fac23adf0301de
Add SBType::GetArrayType() such that - given a type - one can make an array (of a given size) of that type

This is currently only implemented for the clang-based TypeSystem, but other languages are welcome to jump in!

llvm-svn: 280151
lldb/include/lldb/API/SBType.h
lldb/include/lldb/Symbol/ClangASTContext.h
lldb/include/lldb/Symbol/CompilerType.h
lldb/include/lldb/Symbol/TypeSystem.h
lldb/scripts/interface/SBType.i
lldb/source/API/SBType.cpp
lldb/source/Symbol/ClangASTContext.cpp
lldb/source/Symbol/CompilerType.cpp
lldb/source/Symbol/TypeSystem.cpp