[Lldb-commits] [PATCH] D75626: Add support for owning module information to TypeSystemClang.

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 18 06:30:19 PDT 2020


labath added inline comments.


================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h:146
                                                        DWARFDIE *decl_ctx_die);
+  lldb_private::ModuleID GetOwningModuleID(const DWARFDIE &die);
 
----------------
I am kinda lost at this point, so I'm not sure which patch introduces this, but... this name does not seem very ideal, as it sounds like it is related to `lldb_private::Module`, while it does not really have that much in common with it.

And then there's `ClangModulesDeclVendor::ModuleID` -- I have no idea what's the relationship of this to that..


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75626/new/

https://reviews.llvm.org/D75626





More information about the lldb-commits mailing list