This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Use string[] for allCommitCharacters
ClosedPublic

Authored by kbobyrev on Aug 26 2020, 2:21 AM.

Details

Summary

As per LSP specification, allCommitCharacters should be string[] instead of
string:

https://microsoft.github.io/language-server-protocol/specification#textDocument_completion

Diff Detail

Event Timeline

kbobyrev created this revision.Aug 26 2020, 2:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2020, 2:21 AM
kbobyrev requested review of this revision.Aug 26 2020, 2:21 AM
sammccall accepted this revision.Aug 26 2020, 4:18 AM

Oops, nice catch!

This revision is now accepted and ready to land.Aug 26 2020, 4:18 AM
This revision was automatically updated to reflect the committed changes.