[all-commits] [llvm/llvm-project] d4df37: [clangd] Expose completion range in code completio...

Sam McCall via All-commits all-commits at lists.llvm.org
Tue Feb 11 06:25:12 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d4df372559adb0ba3c652e85817a50db707c9858
      https://github.com/llvm/llvm-project/commit/d4df372559adb0ba3c652e85817a50db707c9858
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp

  Log Message:
  -----------
  [clangd] Expose completion range in code completion results (C++ API)

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

Reviewers: usaxena95

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

Tags: #clang

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




More information about the All-commits mailing list