clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Just one rename of an instance variable and this is good to go! Much cleaner 
without the directory and multiple files.



================
Comment at: lldb/tools/lldb-vscode/FifoFiles.h:26
+
+  std::string path;
+};
----------------
rename to "m_path" since this is an instance variable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93951

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

Reply via email to