aprantl accepted this revision.
aprantl added inline comments.

================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:403
     case DW_AT_type:
-      type = form_value;
+      if (!type.IsValid())
+        type = form_value;
----------------
Could you add a comment explaining why this is necessary? (see conversation 
below)


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

https://reviews.llvm.org/D105564

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

Reply via email to