[all-commits] [llvm/llvm-project] ca13f5: [clangd] Add `limit` extension on completion and w...
Sam McCall via All-commits
all-commits at lists.llvm.org
Tue Mar 16 04:30:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca13f5595ae8dc7326f29c8658de70bbc1854db0
https://github.com/llvm/llvm-project/commit/ca13f5595ae8dc7326f29c8658de70bbc1854db0
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/Protocol.cpp
M clang-tools-extra/clangd/Protocol.h
Log Message:
-----------
[clangd] Add `limit` extension on completion and workspace-symbols
This overrides the --limit-results command-line flag, and is not constrained
by it.
See https://github.com/clangd/clangd/issues/707
Differential Revision: https://reviews.llvm.org/D97801
More information about the All-commits
mailing list