Files
clang-p2996/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
Dave Lee 7d4fcd411b [lldb] Default can_create to true in GetChildMemberWithName (NFC)
It turns out all existing callers of `GetChildMemberWithName` pass true for `can_create`.
This change makes `true` the default value, callers don't have to pass an opaque true.

Differential Revision: https://reviews.llvm.org/D151966
2023-06-13 11:37:41 -07:00

5.3 KiB