[Lldb-commits] [PATCH] D75626: Add support for owning module information to TypeSystemClang.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 18 09:14:43 PDT 2020
aprantl added a comment.
> And then there's ClangModulesDeclVendor::ModuleID -- I have no idea what's the relationship of this to that..
`ClangModulesDeclVendor::ModuleID` is a typedef to `clang::Module *` so it is a bit of a misnomer, since clang calls the unsigned module numbers module ids.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75626/new/
https://reviews.llvm.org/D75626
More information about the lldb-commits
mailing list