[Lldb-commits] [lldb] [lldb][TypeSystem] Fix GetTypeInfo for vector and complex types (PR #165837)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 31 02:21:40 PDT 2025


================
@@ -4062,12 +4062,17 @@ TypeSystemClang::GetTypeInfo(lldb::opaque_compiler_type_t type,
     uint32_t vector_type_flags = eTypeHasChildren | eTypeIsVector;
----------------
Michael137 wrote:

Makes sense!

https://github.com/llvm/llvm-project/pull/165837


More information about the lldb-commits mailing list