This revision was automatically updated to reflect the committed changes.
Closed by commit rL319753: [clangd] Set completion options per-request.
(authored by ibiryukov).
Changed prior to commit:
https://reviews.llvm.org/D40654?vs=124944&id=125487#toc
Repository:
rL LLVM
https://reviews.llv
sammccall accepted this revision.
sammccall added a comment.
Nice!
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40654
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commi
ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.
lgtm
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40654
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.l
ilya-biryukov created this revision.
Herald added a subscriber: klimek.
Previously, completion options were set per ClangdServer instance.
It will allow to change completion preferences during the lifetime
of a single ClangdServer instance.
Also rewrote ClangdCompletionTest.CompletionOptions to r