[PATCH] D44088: [clangd] Extract ClangdServer::Options struct.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 5 05:19:06 PST 2018


sammccall created this revision.
sammccall added a reviewer: ilya-biryukov.
Herald added subscribers: cfe-commits, ioeric, jkorous-apple, klimek.

This subsumes most of the params to ClangdServer and ClangdLSPServer.
Adjacent changes:

- tests use a consistent set of options, except when testing specific options
- tests that previously used synchronous mode for convenience no longer do
- added a runAddDocument helper to SyncAPIs to mitigate the extra code
- rearranged main a bit to follow the structure of the options


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D44088

Files:
  clangd/ClangdLSPServer.cpp
  clangd/ClangdLSPServer.h
  clangd/ClangdServer.cpp
  clangd/ClangdServer.h
  clangd/tool/ClangdMain.cpp
  unittests/clangd/ClangdTests.cpp
  unittests/clangd/CodeCompleteTests.cpp
  unittests/clangd/SyncAPI.cpp
  unittests/clangd/SyncAPI.h
  unittests/clangd/XRefsTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44088.136976.patch
Type: text/x-patch
Size: 31912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180305/9eb47950/attachment-0001.bin>


More information about the cfe-commits mailing list