This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Move function argument snippet disable mechanism from LSP rendering to internal clangd reprensentation.
ClosedPublic

Authored by kadircet on Aug 22 2018, 7:23 AM.

Details

Summary

We were handling the EnableFunctionArgSnippets only when we are producing LSP
response. Move that code into CompletionItem generation so that internal clients
can benefit from that as well.

Diff Detail

Repository
rL LLVM

Event Timeline

kadircet created this revision.Aug 22 2018, 7:23 AM
This revision is now accepted and ready to land.Aug 23 2018, 5:06 AM
This revision was automatically updated to reflect the committed changes.