clangd: Make documentation property of completion items more similar
authorChristian Kandeler <christian.kandeler@qt.io>
Thu, 12 Aug 2021 22:15:03 +0000 (00:15 +0200)
committerSam McCall <sam.mccall@gmail.com>
Thu, 12 Aug 2021 22:18:15 +0000 (00:18 +0200)
commit6b28835b3754aa3b795e7684b3e7f465b516f753
tree6b3e5a7ace4b28602640f7a2553e159e4346de4e
parentc130300f8ba0363749cf2490bbd43515fad8a759
clangd: Make documentation property of completion items more similar

... to the one of signature hints.
In particular, completion items now also carry annotations, which client
code might be interested in.

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D107365
clang-tools-extra/clangd/CodeComplete.cpp
clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp