[Lldb-commits] [PATCH] D50161: Add raw_ostream wrapper to the Stream class
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 3 14:05:51 PDT 2018
teemperor added a comment.
StreamTee is copying it, which is expected to be copyable when we copy CommandObjectResult around. And then I just added the copy-constructor as CommandObjectResult refactoring sound time-expensive.
Repository:
rL LLVM
https://reviews.llvm.org/D50161
More information about the lldb-commits
mailing list