This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix missing 'capabilities' field in initialize
AbandonedPublic

Authored by malaperle on Nov 7 2017, 7:55 AM.

Details

Reviewers
sammccall
Summary

Without this, the client can think that the server has no capabilities
so it will stop sending any requests.

Event Timeline

malaperle created this revision.Nov 7 2017, 7:55 AM
malaperle set the repository for this revision to rL LLVM.
malaperle added a project: Restricted Project.
malaperle added a subscriber: cfe-commits.
malaperle abandoned this revision.Nov 7 2017, 7:58 AM

Already committed.