[all-commits] [llvm/llvm-project] 7b8383: [clangd] Bind outgoing calls through LSPBinder too...

Sam McCall via All-commits all-commits at lists.llvm.org
Wed Feb 17 01:57:42 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b83837af6f472e9c0ed0b96b78717d4a3c4dbfe
      https://github.com/llvm/llvm-project/commit/7b83837af6f472e9c0ed0b96b78717d4a3c4dbfe
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.h
    M clang-tools-extra/clangd/LSPBinder.h
    M clang-tools-extra/clangd/Module.h
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/LSPBinderTests.cpp

  Log Message:
  -----------
  [clangd] Bind outgoing calls through LSPBinder too. NFC

The redundancy around work-done-progress is annoying but ok for now.

There's a weirdness with context lifetimes around outgoing method calls, which
I've preserved to keep this NFC. We should probably fix it though.

Differential Revision: https://reviews.llvm.org/D96717




More information about the All-commits mailing list