[PATCH] D133339: [clangd] Isolate logic for setting LSPServer options

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 6 00:18:49 PDT 2022


kadircet created this revision.
kadircet added a reviewer: sammccall.
Herald added a subscriber: arphaman.
Herald added a project: All.
kadircet requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.

Moves clangdserveropt gathering into a separate function to make sure
it's done before we take any actions based on options.

This also moves some state that controls how we handle certain requests from
LSPServer to options.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133339

Files:
  clang-tools-extra/clangd/ClangdLSPServer.cpp
  clang-tools-extra/clangd/ClangdLSPServer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133339.458107.patch
Type: text/x-patch
Size: 11522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220906/e2481e98/attachment-0001.bin>


More information about the cfe-commits mailing list