kastiglione added inline comments.

================
Comment at: lldb/include/lldb/Utility/Log.h:98
+
+  std::vector<std::string> m_messages;
+  size_t m_next_index = 0;
----------------
this could be an array, since it's not being dynamically resized.


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

https://reviews.llvm.org/D127937

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

Reply via email to