[PATCH] D45044: [clangd] Mark "Source Hover" as implemented in the docs

Marc-Andre Laperle via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 29 07:53:01 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL328792: [clangd] Mark "Source Hover" as implemented in the docs (authored by malaperle, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D45044

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
@@ -75,7 +75,7 @@
 +-------------------------------------+------------+----------+
 | Rename                              | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
-| Source hover                        | Yes        |   No     |
+| Source hover                        | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
 | Find References                     | Yes        |   No     |
 +-------------------------------------+------------+----------+


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45044.140253.patch
Type: text/x-patch
Size: 741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180329/fbe30fa0/attachment.bin>


More information about the cfe-commits mailing list