[all-commits] [llvm/llvm-project] 7ba077: [clangd] Extract options struct for ClangdLSPServe...
Sam McCall via All-commits
all-commits at lists.llvm.org
Wed Sep 30 01:10:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7ba0779fbb41b6fa8213aa31622ff45484037eb4
https://github.com/llvm/llvm-project/commit/7ba0779fbb41b6fa8213aa31622ff45484037eb4
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M clang-tools-extra/clangd/ClangdLSPServer.cpp
M clang-tools-extra/clangd/ClangdLSPServer.h
M clang-tools-extra/clangd/tool/ClangdMain.cpp
M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
Log Message:
-----------
[clangd] Extract options struct for ClangdLSPServer. NFC
In preparation for making moving TweakFilter from ClangdServer::Options to
a ClangdLSPServer option, and letting it vary per-request.
(In order to implement CodeActionParams.only)
Also a general overdue cleanup.
Differential Revision: https://reviews.llvm.org/D88470
More information about the All-commits
mailing list