[all-commits] [llvm/llvm-project] 6b2883: clangd: Make documentation property of completion ...

Sam McCall via All-commits all-commits at lists.llvm.org
Thu Aug 12 15:18:46 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b28835b3754aa3b795e7684b3e7f465b516f753
      https://github.com/llvm/llvm-project/commit/6b28835b3754aa3b795e7684b3e7f465b516f753
  Author: Christian Kandeler <christian.kandeler at qt.io>
  Date:   2021-08-13 (Fri, 13 Aug 2021)

  Changed paths:
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list