[Lldb-commits] [PATCH] D139082: [lldb][Module] Document ModuleList::ForEach and assert nullness

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 1 16:31:32 PST 2022


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

If we assert non-null, why still pass a shared pointer? Could we have the lambda take a `Module &`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139082



More information about the lldb-commits mailing list