This is an archive of the discontinued LLVM Phabricator instance.

clangd: Make documentation property of completion items more similar
ClosedPublic

Authored by ckandeler on Aug 3 2021, 9:01 AM.

Details

Summary

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

Diff Detail

Event Timeline

ckandeler created this revision.Aug 3 2021, 9:01 AM
ckandeler requested review of this revision.Aug 3 2021, 9:01 AM
ckandeler updated this revision to Diff 364412.Aug 5 2021, 4:24 AM

Addressed lint complaints.

sammccall accepted this revision.Aug 6 2021, 5:46 AM

LG but could you please add a test showing this difference?

This revision is now accepted and ready to land.Aug 6 2021, 5:46 AM
ckandeler updated this revision to Diff 364790.Aug 6 2021, 7:29 AM

Added test coverage.

This revision was landed with ongoing or failed builds.Aug 12 2021, 3:18 PM
This revision was automatically updated to reflect the committed changes.