[all-commits] [llvm/llvm-project] b77416: [mlir-lsp] Rename `OutgoingNotification` (NFC) (#9...
Brian Gesiak via All-commits
all-commits at lists.llvm.org
Thu Apr 25 12:40:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b77416ea156acdec766c59d4781e6086963a26a7
https://github.com/llvm/llvm-project/commit/b77416ea156acdec766c59d4781e6086963a26a7
Author: Brian Gesiak <brian at modocache.io>
Date: 2024-04-25 (Thu, 25 Apr 2024)
Changed paths:
M mlir/include/mlir/Tools/lsp-server-support/Transport.h
M mlir/lib/Tools/mlir-lsp-server/LSPServer.cpp
M mlir/lib/Tools/mlir-pdll-lsp-server/LSPServer.cpp
M mlir/lib/Tools/tblgen-lsp-server/LSPServer.cpp
Log Message:
-----------
[mlir-lsp] Rename `OutgoingNotification` (NFC) (#90076)
Rename `OutgoingNotification` to `OutgoingMessage`, since the same
callback function type will be used in a future commit to represent
outgoing requests, in addition to outgoing notifications.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list