[Mlir-commits] [mlir] [mlir-lsp] Rename `OutgoingNotification` (PR #90076)

River Riddle llvmlistbot at llvm.org
Thu Apr 25 09:19:15 PDT 2024


================
@@ -95,10 +95,10 @@ class JSONTransport {
 template <typename T>
 using Callback = llvm::unique_function<void(llvm::Expected<T>)>;
 
-/// An OutgoingNotification<T> is a function used for outgoing notifications
-/// send to the client.
+/// An OutgoingMessage<T> is a function used for outgoing requests o
----------------
River707 wrote:

```suggestion
/// An OutgoingMessage<T> is a function used for outgoing requests or
```

https://github.com/llvm/llvm-project/pull/90076


More information about the Mlir-commits mailing list