[Lldb-commits] [lldb] [lldb] Handle a byte size of zero in CompilerType::GetValueAsScalar (PR #123107)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 15 17:07:40 PST 2025
https://github.com/adrian-prantl approved this pull request.
Either returning true or false is perfectly fine. The only argument I can come up for returning true is that now all call sites need to replicate this check as to not call this function with a size of 0.
https://github.com/llvm/llvm-project/pull/123107
More information about the lldb-commits
mailing list