[lldb/DWARF] Look for complete array element definitions in other modules

This applies the same logic we have for incomplete class bases and
members to array element types.
This commit is contained in:
Pavel Labath
2020-07-06 10:09:13 +02:00
parent 8849831d55
commit b65d4b23f6
6 changed files with 48 additions and 24 deletions

View File

@@ -2,3 +2,4 @@
Two::~Two() = default;
member::Two::~Two() = default;
array::Two::~Two() = default;