aprantl marked an inline comment as done.
aprantl added inline comments.

================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:236
+  if (pcm_type.IsDefined())
+    GetClangASTImporter().RequireCompleteType(ClangUtil::GetQualType(type));
+
----------------
vsk wrote:
> 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?
I believe yes, because even the forward declaration alone will be of (limited) 
usefulness to represent pointer types.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70415



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to