This revision was automatically updated to reflect the committed changes. Closed by commit rL354865: [clangd] Update docs to mention YCM integration and new LSP features (authored by kadircet, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits.
Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D56718/new/ https://reviews.llvm.org/D56718 Files: clang-tools-extra/trunk/docs/clangd/index.rst Index: clang-tools-extra/trunk/docs/clangd/index.rst =================================================================== --- clang-tools-extra/trunk/docs/clangd/index.rst +++ clang-tools-extra/trunk/docs/clangd/index.rst @@ -77,35 +77,35 @@ +-------------------------------------+------------+----------+ | Source hover | Yes | Yes | +-------------------------------------+------------+----------+ -| Find References | Yes | No | -+-------------------------------------+------------+----------+ -| Code Lens | Yes | No | +| Find References | Yes | Yes | +-------------------------------------+------------+----------+ | Document Symbols | Yes | Yes | +-------------------------------------+------------+----------+ | Workspace Symbols | Yes | Yes | +-------------------------------------+------------+----------+ -| Syntax and Semantic Coloring | No | No | +| Code Lens | Yes | No | +-------------------------------------+------------+----------+ -| Code folding | No | No | +| Code folding | Yes | No | +-------------------------------------+------------+----------+ -| Call hierarchy | No | No | +| Extract Local Variable | Yes | No | +-------------------------------------+------------+----------+ -| Type hierarchy | No | No | +| Extract Function/Method | Yes | No | +-------------------------------------+------------+----------+ -| Organize Includes | No | No | +| Quick Assist | Yes | No | ++-------------------------------------+------------+----------+ +| Hide Method | Yes | No | +-------------------------------------+------------+----------+ -| Quick Assist | No | No | +| Implement Method | Yes | No | +-------------------------------------+------------+----------+ -| Extract Local Variable | No | No | +| Gen. Getters/Setters | Yes | No | +-------------------------------------+------------+----------+ -| Extract Function/Method | No | No | +| Syntax and Semantic Coloring | No | No | +-------------------------------------+------------+----------+ -| Hide Method | No | No | +| Call hierarchy | No | No | +-------------------------------------+------------+----------+ -| Implement Method | No | No | +| Type hierarchy | No | No | +-------------------------------------+------------+----------+ -| Gen. Getters/Setters | No | No | +| Organize Includes | No | No | +-------------------------------------+------------+----------+ Editor Integration
Index: clang-tools-extra/trunk/docs/clangd/index.rst =================================================================== --- clang-tools-extra/trunk/docs/clangd/index.rst +++ clang-tools-extra/trunk/docs/clangd/index.rst @@ -77,35 +77,35 @@ +-------------------------------------+------------+----------+ | Source hover | Yes | Yes | +-------------------------------------+------------+----------+ -| Find References | Yes | No | -+-------------------------------------+------------+----------+ -| Code Lens | Yes | No | +| Find References | Yes | Yes | +-------------------------------------+------------+----------+ | Document Symbols | Yes | Yes | +-------------------------------------+------------+----------+ | Workspace Symbols | Yes | Yes | +-------------------------------------+------------+----------+ -| Syntax and Semantic Coloring | No | No | +| Code Lens | Yes | No | +-------------------------------------+------------+----------+ -| Code folding | No | No | +| Code folding | Yes | No | +-------------------------------------+------------+----------+ -| Call hierarchy | No | No | +| Extract Local Variable | Yes | No | +-------------------------------------+------------+----------+ -| Type hierarchy | No | No | +| Extract Function/Method | Yes | No | +-------------------------------------+------------+----------+ -| Organize Includes | No | No | +| Quick Assist | Yes | No | ++-------------------------------------+------------+----------+ +| Hide Method | Yes | No | +-------------------------------------+------------+----------+ -| Quick Assist | No | No | +| Implement Method | Yes | No | +-------------------------------------+------------+----------+ -| Extract Local Variable | No | No | +| Gen. Getters/Setters | Yes | No | +-------------------------------------+------------+----------+ -| Extract Function/Method | No | No | +| Syntax and Semantic Coloring | No | No | +-------------------------------------+------------+----------+ -| Hide Method | No | No | +| Call hierarchy | No | No | +-------------------------------------+------------+----------+ -| Implement Method | No | No | +| Type hierarchy | No | No | +-------------------------------------+------------+----------+ -| Gen. Getters/Setters | No | No | +| Organize Includes | No | No | +-------------------------------------+------------+----------+ Editor Integration
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits