This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Implement item kind for completion results
ClosedPublic

Authored by stanionascu on Apr 8 2017, 1:28 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

stanionascu created this revision.Apr 8 2017, 1:28 PM
krasimir requested changes to this revision.Apr 10 2017, 2:56 AM

Looks good! However it would be easier for reviewers if you could please use arc: http://llvm.org/docs/Phabricator.html#id2
This makes it easy since I only have to do arc patch D31853 in order to update my client source tree with your changes.
Could you please create a review like that?

This revision now requires changes to proceed.Apr 10 2017, 2:56 AM
stanionascu edited edge metadata.

recreated from svn checkout

One more try updating the revision on fresh git+svn clone.

Looks good! However it would be easier for reviewers if you could please use arc: http://llvm.org/docs/Phabricator.html#id2
This makes it easy since I only have to do arc patch D31853 in order to update my client source tree with your changes.
Could you please create a review like that?

I did use arc diff to upload this patch, from my git clone as described in http://llvm.org/docs/GettingStarted.html#developers-work-with-git-svn
I've recreated the clone now and the arc patch D31853 seems to work for both git+svn/svn clones.
Sorry if my setup was causing issues.

krasimir accepted this revision.Apr 11 2017, 1:56 AM

Looks good! Thank you!

This revision is now accepted and ready to land.Apr 11 2017, 1:56 AM

Do you still need someone to commit this?

This revision was automatically updated to reflect the committed changes.