[Lldb-commits] [PATCH] D152031: [lldb] Default can_create to true in GetChildAtIndex (NFC)

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 13 10:37:53 PDT 2023


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

I can dream up a few speculative uses of `can_create => false` but they are all a little far-fetched.  Certainly passing `true` is the dominant mode, so making it a default seems fine to me and reduces a bunch of noise.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152031



More information about the lldb-commits mailing list