From 9490ba3badc9b73446a9efff11f5709ca337d48a Mon Sep 17 00:00:00 2001 From: micbou Date: Sat, 27 Apr 2019 21:52:06 +0200 Subject: [PATCH] Update ycmd Include the following changes: - add RestartServer command to Clangd completer; - reject any server to client requests in LSP completer; - ignore any null or empty values and use our defaults in LSP completer; - improve cache in LSP completer; - drop Python 3.4 support; - search custom Clangd in PATH; - improve Clangd completer logging; - fix off-by-one error in LSP Initialize request; - update Clang to 8.0.0; - support LSP declaration, typeDefinition, and implementation; - update Unicode Standard to 12.0.0; - do not reset state at server start in Clangd completer; - simplify creation of LSP clients; - include settings in debug info for LSP; - add numpydoc to Jedi dependencies; - fix Clangd GetType response; - update to Boost 1.70; - use move semantics in C++ code. --- third_party/ycmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/ycmd b/third_party/ycmd index 4dfa50eb..1827ebee 160000 --- a/third_party/ycmd +++ b/third_party/ycmd @@ -1 +1 @@ -Subproject commit 4dfa50eb5873c071b446f25b17cbad066164b339 +Subproject commit 1827ebee82fd41dac408ffe4c7b1e867ac72ee7c