[PATCH] D48996: [clangd] Mark "Document Symbols" as implemented in the docs

Marc-Andre Laperle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 07:39:14 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL336550: [clangd] Mark "Document Symbols" as implemented in the docs (authored by malaperle, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D48996

Files:
  clang-tools-extra/trunk/docs/clangd.rst


Index: clang-tools-extra/trunk/docs/clangd.rst
===================================================================
--- clang-tools-extra/trunk/docs/clangd.rst
+++ clang-tools-extra/trunk/docs/clangd.rst
@@ -81,7 +81,7 @@
 +-------------------------------------+------------+----------+
 | Code Lens                           | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Document Symbols                    | Yes        |   No     |
+| Document Symbols                    | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
 | Workspace Symbols                   | Yes        |   No     |
 +-------------------------------------+------------+----------+


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48996.154602.patch
Type: text/x-patch
Size: 741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180709/ec30eeaf/attachment.bin>


More information about the llvm-commits mailing list