diff options
| author | Kirill Bobyrev <kbobyrev.opensource@gmail.com> | 2018-08-17 10:14:31 +0000 |
|---|---|---|
| committer | Kirill Bobyrev <kbobyrev.opensource@gmail.com> | 2018-08-17 10:14:31 +0000 |
| commit | 28c804a752fec77cfa8e41917304e9a378ae19eb (patch) | |
| tree | 710bb96aa5eb4bcbad12c8b9f4308e616e750327 | |
| parent | 22d580f2caabcb102491a0584c214f7243190eeb (diff) | |
| download | bcm5719-llvm-28c804a752fec77cfa8e41917304e9a378ae19eb.tar.gz bcm5719-llvm-28c804a752fec77cfa8e41917304e9a378ae19eb.zip | |
[clangd] NFC: Mark Workspace Symbol feature complete in the documentation
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
| -rw-r--r-- | clang-tools-extra/docs/clangd.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/docs/clangd.rst b/clang-tools-extra/docs/clangd.rst index 97736efdf29..a03f2c150d7 100644 --- a/clang-tools-extra/docs/clangd.rst +++ b/clang-tools-extra/docs/clangd.rst @@ -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 | +-------------------------------------+------------+----------+ |

