[Lldb-commits] [PATCH] D67891: remove File::SetStream(), make new files instead.

Lawrence D'Anna via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 23 16:22:51 PDT 2019


lawrence_danna added a comment.

@labath How's it look now?  I made FileSystem::Open return a unique_ptr, and only convert that over to a shared_ptr where necessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67891





More information about the lldb-commits mailing list