[Lldb-commits] [PATCH] D110721: [lldb] [Host] Refactor TerminalState

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 30 06:48:16 PDT 2021


mgorny marked 2 inline comments as done.
mgorny added inline comments.


================
Comment at: lldb/include/lldb/Host/Terminal.h:51
 /// descriptor and later restore that state as it originally was.
 class TerminalState {
 public:
----------------
labath wrote:
> I guess it would be good to delete the copy operations as well.
This is now implicit via PImpl; or do you prefer explicit?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110721/new/

https://reviews.llvm.org/D110721



More information about the lldb-commits mailing list