[clangd] NFC: Mark Workspace Symbol feature complete in the documentation
authorKirill Bobyrev <kbobyrev.opensource@gmail.com>
Fri, 17 Aug 2018 10:14:31 +0000 (10:14 +0000)
committerKirill Bobyrev <kbobyrev.opensource@gmail.com>
Fri, 17 Aug 2018 10:14:31 +0000 (10:14 +0000)
Workspace Symbol implementation was introduced in D44882 and should be
complete now.

Reviewed by: ioeric

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

llvm-svn: 340007

clang-tools-extra/docs/clangd.rst

index 97736ef..a03f2c1 100644 (file)
@@ -64,7 +64,7 @@ extension to the protocol.
 | Completion                          | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
 | Diagnostics                         | Yes        |   Yes    |
-+-------------------------------------+------------+----------+ 
++-------------------------------------+------------+----------+
 | Fix-its                             | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
 | Go to Definition                    | Yes        |   Yes    |
@@ -83,7 +83,7 @@ extension to the protocol.
 +-------------------------------------+------------+----------+
 | Document Symbols                    | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
-| Workspace Symbols                   | Yes        |   No     |
+| Workspace Symbols                   | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
 | Syntax and Semantic Coloring        | No         |   No     |
 +-------------------------------------+------------+----------+