clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

Can we change "TcpSocket" to be "TCPSocket" and "UdpSocket" to be "UDPSocket" 
in all code and in the file names? Other than that it looks good.


================
Comment at: source/Host/common/Socket.cpp:403
@@ +402,3 @@
+        socketType |= SOCK_CLOEXEC;
+  #endif
+    auto sock = ::socket (domain, socketType, protocol);
----------------
indent wrong


http://reviews.llvm.org/D13754



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to