[all-commits] [llvm/llvm-project] 3f9f14: [clangd] Move completion signatures and labelDetails
Sam McCall via All-commits
all-commits at lists.llvm.org
Mon Jun 5 09:09:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f9f1463719d7491768e9a224ac089c8f9baab68
https://github.com/llvm/llvm-project/commit/3f9f1463719d7491768e9a224ac089c8f9baab68
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M clang-tools-extra/clangd/ClangdLSPServer.cpp
M clang-tools-extra/clangd/ClangdLSPServer.h
M clang-tools-extra/clangd/CodeComplete.cpp
M clang-tools-extra/clangd/Protocol.cpp
M clang-tools-extra/clangd/Protocol.h
M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
Log Message:
-----------
[clangd] Move completion signatures and labelDetails
(When clients support it, otherwise keep the existing rendering).
In VSCode this makes the signature darker.
Differential Revision: https://reviews.llvm.org/D151253
More information about the All-commits
mailing list