[clang-tools-extra] r365987 - [clangd] Mark type hierarchy as a supported feature in the docs

Nathan Ridge via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 20:24:54 PDT 2019


Author: nridge
Date: Fri Jul 12 20:24:54 2019
New Revision: 365987

URL: http://llvm.org/viewvc/llvm-project?rev=365987&view=rev
Log:
[clangd] Mark type hierarchy as a supported feature in the docs

Reviewers: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, cfe-commits

Tags: #clang

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

Modified:
    clang-tools-extra/trunk/docs/clangd/Features.rst

Modified: clang-tools-extra/trunk/docs/clangd/Features.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clangd/Features.rst?rev=365987&r1=365986&r2=365987&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clangd/Features.rst (original)
+++ clang-tools-extra/trunk/docs/clangd/Features.rst Fri Jul 12 20:24:54 2019
@@ -261,7 +261,7 @@ developed outside clangd or become clang
 +-------------------------------------+------------+----------+
 | Call hierarchy                      | No         |   No     |
 +-------------------------------------+------------+----------+
-| Type hierarchy                      | No         |   No     |
+| Type hierarchy                      | No         |   Yes    |
 +-------------------------------------+------------+----------+
 | Organize Includes                   | No         |   No     |
 +-------------------------------------+------------+----------+




More information about the cfe-commits mailing list