[PATCH] D63091: [clangd] Add a capability to enable completions with fixes.
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 11 06:44:33 PDT 2019
ilya-biryukov accepted this revision.
ilya-biryukov added a comment.
This revision is now accepted and ready to land.
NIT:
I've been pushing towards giving clangd-specific extensions names that would absolutely never clash with anything that LSP proposes. In particular, the file status notification is `textDocument/clangd.fileStatus`.
With that in line, I propose to use `clangd.editsNearCursor` for the flag name. Other than that, LGTM.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63091/new/
https://reviews.llvm.org/D63091
More information about the cfe-commits
mailing list