[all-commits] [llvm/llvm-project] 3b9973: [clangd] Turn off implicit cancellation based on c...
Sam McCall via All-commits
all-commits at lists.llvm.org
Tue Mar 16 04:28:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b99731c4e7bb844699eda6640bd99344f800c79
https://github.com/llvm/llvm-project/commit/3b99731c4e7bb844699eda6640bd99344f800c79
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M clang-tools-extra/clangd/ClangdLSPServer.cpp
M clang-tools-extra/clangd/ClangdServer.cpp
M clang-tools-extra/clangd/ClangdServer.h
M clang-tools-extra/clangd/Protocol.cpp
M clang-tools-extra/clangd/Protocol.h
Log Message:
-----------
[clangd] Turn off implicit cancellation based on client capabilities
Capability is in upcoming 3.17: https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/
(This is also useful for C++ embedders)
Differential Revision: https://reviews.llvm.org/D98414
More information about the All-commits
mailing list