================ @@ -69,7 +114,8 @@ template <typename Req, typename Resp, typename Evt> class Transport { /// Sends a response to a specific request. virtual llvm::Error Send(const Resp &) = 0; - /// Implemented to handle incoming messages. (See Run() below). + /// Implemented to handle incoming messages. (See `RegisterMessageHandler()` ---------------- JDevlieghere wrote:
Nit, drop the `()` ```suggestion /// Implemented to handle incoming messages. (See `RegisterMessageHandler` ``` https://github.com/llvm/llvm-project/pull/159160 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits