[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 17:32:46 PST 2024
https://github.com/clayborg requested changes to this pull request.
So the only thing left to here is to stop using `UINT32_MAX` and switch to using `UINT64_MAX` on internal APIs.
https://github.com/llvm/llvm-project/pull/83501
More information about the lldb-commits
mailing list