[Lldb-commits] [PATCH] D73787: [NFC] Refactor `GetDWARFDeclContext` to return `DWARFDeclContext`
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 5 08:50:12 PST 2020
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Yes, I agree this is better.
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).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73787/new/
https://reviews.llvm.org/D73787
More information about the lldb-commits
mailing list