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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to