[Lldb-commits] [lldb] Change the return type of CalculateNumChildren to uint32_t. (PR #83501)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 5 16:26:45 PST 2024
adrian-prantl wrote:
> So the only thing left to here is to stop using UINT32_MAX and switch to using UINT64_MAX on internal APIs.
If the goal is to migrate to 64-bit everywhere, yes. But we'd need to do this on a bunch more APIs. If you feel strongly we need to do this I can do it, but the patch will get much larger this way.
https://github.com/llvm/llvm-project/pull/83501
More information about the lldb-commits
mailing list