This revision was automatically updated to reflect the committed changes.
Closed by commit rL340007: [clangd] NFC: Mark Workspace Symbol feature complete 
in the documentation (authored by omtcyfz, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D50703?vs=160566&id=161195#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50703

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
@@ -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     |
 +-------------------------------------+------------+----------+


Index: clang-tools-extra/trunk/docs/clangd.rst
===================================================================
--- clang-tools-extra/trunk/docs/clangd.rst
+++ clang-tools-extra/trunk/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     |
 +-------------------------------------+------------+----------+
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to