dblaikie added inline comments.

================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h:97-105
+  template <typename T = child_iterator>
+  llvm::iterator_range<T> children() const {
+    return llvm::make_range(T(*this), T());
+  }
+};
+
+class DWARFDIE::child_iterator
----------------
rather than a temeplate, what if it were code something like this: 
https://godbolt.org/z/3abeK3EPx ?



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103172

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

Reply via email to