[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
Mon Mar 4 16:43:47 PST 2024
https://github.com/clayborg commented:
Looking good. One question: do we want to switch to using a `std::optional<uint64_t>` instead of using a `uint64_t` with a default value of UINT32_MAX? We should either use the optional or switch everything except for the public API over to use `UINT64_MAX`
https://github.com/llvm/llvm-project/pull/83501
More information about the lldb-commits
mailing list