[PATCH] D53220: Remove possibility to change compile database path at runtime

Simon Marchi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 12 14:40:30 PDT 2018


simark created this revision.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, ioeric, ilya-biryukov.

This patch removes the possibility to change the compilation database
path at runtime using the didChangeConfiguration request.  Instead, it
is suggested to use the setting on the initialize request, and clangd
whenever the user wants to use a different build configuration.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53220

Files:
  clangd/ClangdLSPServer.cpp
  clangd/ClangdLSPServer.h
  clangd/Protocol.cpp
  clangd/Protocol.h
  test/clangd/compile-commands-path-in-initialize.test
  test/clangd/compile-commands-path.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53220.169493.patch
Type: text/x-patch
Size: 8805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181012/27c75959/attachment.bin>


More information about the cfe-commits mailing list