[PATCH] D49758: [clangd] allow clients to pass in compilationDatabaseChanges in the 'workspace/didChangeConfiguration' request

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 27 14:06:05 PDT 2018


arphaman updated this revision to Diff 157762.
arphaman marked 2 inline comments as done.
arphaman added a comment.

Updated patch to address review comments:

- The compilation database updated are used only when '-in-memory-compile-commands' flag is used.
- It's now possible to set the working directory as well.


https://reviews.llvm.org/D49758

Files:
  clangd/ClangdLSPServer.cpp
  clangd/ClangdLSPServer.h
  clangd/GlobalCompilationDatabase.cpp
  clangd/GlobalCompilationDatabase.h
  clangd/Protocol.cpp
  clangd/Protocol.h
  clangd/tool/ClangdMain.cpp
  test/clangd/did-change-configuration-params.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49758.157762.patch
Type: text/x-patch
Size: 11329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180727/8622b4f0/attachment.bin>


More information about the cfe-commits mailing list