[PATCH] D49523: [clangd] Add support for per-file override compilation command

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 24 23:27:25 PDT 2018


ilya-biryukov added a comment.

In https://reviews.llvm.org/D49523#1174086, @arphaman wrote:

> We actually need both mechanisms. I posted the didChangeConfiguration extension to https://reviews.llvm.org/D49758.


Why do we need both? Can we have only the one from https://reviews.llvm.org/D49758 and send two requests (compile command changed for file 'X' + didOpen('X')) whenever a new file gets added?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D49523





More information about the cfe-commits mailing list