This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Expose completion range in code completion results (C++ API)
ClosedPublic

Authored by sammccall on Feb 10 2020, 2:53 AM.

Details

Summary

Informative only, useful for positioning UI, interacting with other sources of
completion etc. As requested by an embedder of clangd.

Diff Detail

Event Timeline

sammccall created this revision.Feb 10 2020, 2:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2020, 2:53 AM
usaxena95 accepted this revision.Feb 11 2020, 4:50 AM

Thanks. LG.

clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
2680

Please fix the lint errors.

This revision is now accepted and ready to land.Feb 11 2020, 4:50 AM
This revision was automatically updated to reflect the committed changes.