[Lldb-commits] [PATCH] D83199: [lldb/DWARF] Add a utility function for (forceful) completion of types
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 6 15:06:26 PDT 2020
shafik accepted this revision.
shafik added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:1339
+ TypeSystemClang::CompleteTagDeclarationDefinition(type);
+ const auto *td = TypeSystemClang::GetQualType(type.GetOpaqueQualType())
+ .getTypePtr()
----------------
This has to be a `TagDecl` so why use `auto`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83199/new/
https://reviews.llvm.org/D83199
More information about the lldb-commits
mailing list