[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
Thu Jul 26 19:15:38 PDT 2018
arphaman added a comment.
In https://reviews.llvm.org/D49758#1174629, @ilya-biryukov wrote:
> The mode of operation where compile commands come from the client seems useful, but I wonder if there's any value in mixing it with `compile_commands.json` and other CDB plugins.
> Do you plan to use the overridden commands in conjunction with CDB plugins or do you want the client to exclusively control the compile commands?
The client will control the commands exclusively.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D49758
More information about the cfe-commits
mailing list