https://github.com/Michael137 commented:
The way we do it for DWARF (for better or for worse) is that we complete the array element type, not the array type itself. FWIW, that's what completing a `ConstantArrayType` does anyway. It completes the element type. Is there a place in the PDB plugin where we can do the same thing we do for DWARF? https://github.com/llvm/llvm-project/blob/74b9484fd62d6be9bc49e154800ceef0d74ef24f/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp#L1507-L1508 https://github.com/llvm/llvm-project/pull/156370 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits