[PATCH] D50703: [clangd] NFC: Mark Workspace Symbol feature complete in the documentation

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 14 06:33:32 PDT 2018


kbobyrev created this revision.
kbobyrev added reviewers: ioeric, ilya-biryukov.
kbobyrev added a project: clang-tools-extra.
Herald added subscribers: arphaman, jkorous, MaskRay.

Workspace Symbol implementation was introduced in https://reviews.llvm.org/D44882 and should be complete now.


https://reviews.llvm.org/D50703

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


Index: clang-tools-extra/docs/clangd.rst
===================================================================
--- clang-tools-extra/docs/clangd.rst
+++ clang-tools-extra/docs/clangd.rst
@@ -64,7 +64,7 @@
 | Completion                          | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
 | Diagnostics                         | Yes        |   Yes    |
-+-------------------------------------+------------+----------+ 
++-------------------------------------+------------+----------+
 | Fix-its                             | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
 | Go to Definition                    | Yes        |   Yes    |
@@ -83,7 +83,7 @@
 +-------------------------------------+------------+----------+
 | Document Symbols                    | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
-| Workspace Symbols                   | Yes        |   No     |
+| Workspace Symbols                   | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
 | Syntax and Semantic Coloring        | No         |   No     |
 +-------------------------------------+------------+----------+


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50703.160566.patch
Type: text/x-patch
Size: 1262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180814/6368eb5a/attachment-0001.bin>


More information about the cfe-commits mailing list