diff options
author | Sam McCall <sam.mccall@gmail.com> | 2021-02-12 16:23:53 +0100 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2021-02-15 19:33:40 +0100 |
commit | 6c5f17e701ff586d69a43b3cfc1e25314b84892d (patch) | |
tree | 3b8c7a289a46b011c379dedfcb6a89b3b7281e26 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | e47f21da6153159809f84aa3d6b7d78113e7842f (diff) | |
download | llvm-6c5f17e701ff586d69a43b3cfc1e25314b84892d.zip llvm-6c5f17e701ff586d69a43b3cfc1e25314b84892d.tar.gz llvm-6c5f17e701ff586d69a43b3cfc1e25314b84892d.tar.bz2 |
[clangd] Delay binding LSP methods until initialize. NFC
This is NFC because the MessageHandler refused to dispatch to them until the
server is initialized anyway.
This is a more natural time to bind them - it's when they become callable, and
it's when client capabalities are available and server ones can be set.
One module-lifecycle function will be responsible for all three.
Differential Revision: https://reviews.llvm.org/D96608
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions