aprantl added inline comments.

================
Comment at: lldb/include/lldb/Host/FileSystem.h:35
   FileSystem()
       : m_fs(llvm::vfs::getRealFileSystem()), m_collector(nullptr),
+        m_home_directory() {}
----------------
why is m_collector not caught? Because it's also explicitly initialized below?


================
Comment at: lldb/include/lldb/Host/FileSystem.h:36
       : m_fs(llvm::vfs::getRealFileSystem()), m_collector(nullptr),
-        m_home_directory(), m_mapped(false) {}
+        m_home_directory() {}
   FileSystem(std::shared_ptr<llvm::FileCollectorBase> collector)
----------------
but then — why isn't m_home_directory() removed?


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

https://reviews.llvm.org/D103483

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to