aprantl marked an inline comment as done. aprantl added inline comments.
================ Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:224 + if (auto *rd = llvm::dyn_cast<clang::RecordDecl>(tag_decl)) + for (auto *f : rd->fields()) + TypeSystemClang::SetOwningModule(f, owning_module); ---------------- labath wrote: > Maybe spell out the type here? I have no idea what's the type of this.. Yeah, this should either be a Visitor or in our ASTImporterDelegate in lldb. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75488/new/ https://reviews.llvm.org/D75488 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits