[Lldb-commits] [lldb] Change the return type of CalculateNumChildren to uint32_t. (PR #83501)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 5 16:32:47 PST 2024
https://github.com/clayborg approved this pull request.
As long as the changes are planned for quick follow up patches I am good not changing it up front. And we can probably just switch to using `std::optional<uint64_t>` instead of switching things to use UINT32_MAX anyway with a follow up patch which is even better.
https://github.com/llvm/llvm-project/pull/83501
More information about the lldb-commits
mailing list