[Lldb-commits] [lldb] [lldb][TypeSystem] Fix GetTypeInfo for vector and complex types (PR #165837)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 31 02:14:35 PDT 2025
================
@@ -4062,12 +4062,17 @@ TypeSystemClang::GetTypeInfo(lldb::opaque_compiler_type_t type,
uint32_t vector_type_flags = eTypeHasChildren | eTypeIsVector;
----------------
DavidSpickett wrote:
Is it worth testing for these too? If nothing else, it documents that a vector is marked as a vector and the type of its elements.
https://github.com/llvm/llvm-project/pull/165837
More information about the lldb-commits
mailing list