nridge created this revision.
nridge added a reviewer: sammccall.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay, 
ilya-biryukov.
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65373

Files:
  clang-tools-extra/docs/clangd/Features.rst


Index: clang-tools-extra/docs/clangd/Features.rst
===================================================================
--- clang-tools-extra/docs/clangd/Features.rst
+++ clang-tools-extra/docs/clangd/Features.rst
@@ -257,11 +257,15 @@
 +-------------------------------------+------------+----------+
 | Gen. Getters/Setters                | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Syntax and Semantic Coloring        | No         |   No     |
+| Syntax and Semantic Coloring        |`Proposed`__|   No     |
 +-------------------------------------+------------+----------+
-| Call hierarchy                      | No         |   No     |
+| Call hierarchy                      |`Proposed`__|   No     |
 +-------------------------------------+------------+----------+
-| Type hierarchy                      | No         |   Yes    |
+| Type hierarchy                      |`Proposed`__|   Yes    |
 +-------------------------------------+------------+----------+
-| Organize Includes                   | No         |   No     |
+| Organize Includes                   | Yes        |   No     |
 +-------------------------------------+------------+----------+
+
+__ https://github.com/microsoft/language-server-protocol/issues/18
+__ https://github.com/microsoft/language-server-protocol/issues/468
+__ https://github.com/microsoft/language-server-protocol/issues/136


Index: clang-tools-extra/docs/clangd/Features.rst
===================================================================
--- clang-tools-extra/docs/clangd/Features.rst
+++ clang-tools-extra/docs/clangd/Features.rst
@@ -257,11 +257,15 @@
 +-------------------------------------+------------+----------+
 | Gen. Getters/Setters                | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Syntax and Semantic Coloring        | No         |   No     |
+| Syntax and Semantic Coloring        |`Proposed`__|   No     |
 +-------------------------------------+------------+----------+
-| Call hierarchy                      | No         |   No     |
+| Call hierarchy                      |`Proposed`__|   No     |
 +-------------------------------------+------------+----------+
-| Type hierarchy                      | No         |   Yes    |
+| Type hierarchy                      |`Proposed`__|   Yes    |
 +-------------------------------------+------------+----------+
-| Organize Includes                   | No         |   No     |
+| Organize Includes                   | Yes        |   No     |
 +-------------------------------------+------------+----------+
+
+__ https://github.com/microsoft/language-server-protocol/issues/18
+__ https://github.com/microsoft/language-server-protocol/issues/468
+__ https://github.com/microsoft/language-server-protocol/issues/136
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to