~pali/llvm/clang-tools-extra-trunk

Viewing all changes in revision 3426.

  • Committer: ioeric
  • Date: 2018-06-22 10:46:59 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:clang-tools-extra/trunk:335334
[clangd] Expose qualified symbol names in CompletionItem (C++ structure only, no json).

Summary:
The qualified name can be used to match a completion item to its corresponding
symbol. This can be useful for tools that measure code completion quality.
Qualified names are not precise for identifying symbols; we need to figure out a
better way to identify completion items.

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, cfe-commits

Differential Revision: https://reviews.llvm.org/D48425

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: