[Lldb-commits] [lldb] [lldb] Scalar::GetValue() should take a Stream by reference (PR #69231)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 17 10:53:01 PDT 2023
bulbazord wrote:
> There are probably a lot of functions that could be converted from a "Stream *" to "Stream &".
Yes, when I have a spare 5-10 minutes I pick a function and convert it. I don't want to end up with a huge diff that is difficult to merge downstream so I do it piecemeal.
https://github.com/llvm/llvm-project/pull/69231
More information about the lldb-commits
mailing list