[all-commits] [llvm/llvm-project] 432432: [clangd] Implement textDocument/implementation (Xr...

Utkarsh Saxena via All-commits all-commits at lists.llvm.org
Wed Nov 18 08:16:43 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 43243208fa6fafe8b91e42c82bc56db9d99f76d3
      https://github.com/llvm/llvm-project/commit/43243208fa6fafe8b91e42c82bc56db9d99f76d3
  Author: Utkarsh Saxena <usx at google.com>
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp

  Log Message:
  -----------
  [clangd] Implement textDocument/implementation (Xref layer)

Xref layer changes for textdocument/implementation (https://microsoft.github.io/language-server-protocol/specification#textDocument_implementation)

This currently shows all functions (implementations) that overrides a virtual function.

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




More information about the All-commits mailing list