[all-commits] [llvm/llvm-project] fc8301: [clangd] Don't send semanticHighlights to clients ...
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Apr 2 08:38:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fc830106e15553fcca3fc80066fe5a988e16dfec
https://github.com/llvm/llvm-project/commit/fc830106e15553fcca3fc80066fe5a988e16dfec
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-04-02 (Thu, 02 Apr 2020)
Changed paths:
M clang-tools-extra/clangd/ClangdLSPServer.cpp
M clang-tools-extra/clangd/ClangdServer.h
M clang-tools-extra/clangd/Protocol.cpp
M clang-tools-extra/clangd/Protocol.h
M clang-tools-extra/clangd/test/semantic-tokens.test
Log Message:
-----------
[clangd] Don't send semanticHighlights to clients that support semanticTokens.
Summary: This allows the standard mechanism to gracefully displace the old one.
Reviewers: hokein
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D77206
More information about the All-commits
mailing list