[Lldb-commits] [PATCH] D70415: Complete complete types early when importing types from Clang module DWARF.
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 21 10:41:24 PST 2019
vsk added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:236
+ if (pcm_type.IsDefined())
+ GetClangASTImporter().RequireCompleteType(ClangUtil::GetQualType(type));
+
----------------
AIUI, when RequireCompleteType returns false, type completion has failed and a diagnostic is emitted. When that happens, should `ParseTypeFromClangModule` still proceed to create the type?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70415/new/
https://reviews.llvm.org/D70415
More information about the lldb-commits
mailing list