beanz added inline comments.

================
Comment at: include/lldb/Host/SocketAddress.h:44-45
+  
//----------------------------------------------------------------------------
+  static std::vector<SocketAddress> GetAddressInfo(const char *hostname,
+                                                 const char *servname);
+
----------------
zturner wrote:
> What about using `Twine` here instead of `const char *` literals?
I don't want to use `Twine` for this because in other patches I'm pulling this 
into debugserver which doesn't have any dependency on LLVM.


https://reviews.llvm.org/D31822



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

Reply via email to