From 28c804a752fec77cfa8e41917304e9a378ae19eb Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev Date: Fri, 17 Aug 2018 10:14:31 +0000 Subject: [PATCH] [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 --- clang-tools-extra/docs/clangd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang-tools-extra/docs/clangd.rst b/clang-tools-extra/docs/clangd.rst index 97736efdf29e..a03f2c150d73 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 | +-------------------------------------+------------+----------+