[Lldb-commits] [lldb] [lldb] Scalar::GetValue() should take a Stream by reference (PR #69231)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 17 10:51:28 PDT 2023
clayborg wrote:
There are probably a lot of functions that could be converted from a "Stream *" to "Stream &".
https://github.com/llvm/llvm-project/pull/69231
More information about the lldb-commits
mailing list