[Lldb-commits] [PATCH] D105564: Fix for DWARF parsing to better handle auto return type for member functions

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 15 10:11:00 PDT 2021


aprantl added inline comments.


================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:2693
+        other_die = dcu->LookupAddress(
+            symtab->SymbolAtIndex(symbol_indexes[index])->GetFileAddress());
+      }
----------------
should there be an early exit if we found other_die?


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

https://reviews.llvm.org/D105564



More information about the lldb-commits mailing list