jankratochvil added a comment. In D73787#1859754 <https://reviews.llvm.org/D73787#1859754>, @labath wrote:
> One way to this could be improved further is to change the recursion in > `GetDWARFDeclContext` into a loop (then you wouldn't need the extra wrapper). True, I am stupid. But then I find there a need for the static method (as having `this` and iterating `die` pointer is error-prone). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D73787/new/ https://reviews.llvm.org/D73787 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits