================
@@ -410,7 +409,7 @@ validateConnection(llvm::StringRef conn) {
 }
 
 static llvm::Error serveConnection(
-    const Socket::SocketProtocol &protocol, const std::string &name, Log *log,
+    const Socket::SocketProtocol &protocol, const std::string &name, Log &log,
----------------
da-viper wrote:

```suggestion
    const Socket::SocketProtocol &protocol, llvm::StringRef name, Log &log,
```
update in other usages.

https://github.com/llvm/llvm-project/pull/170731
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to