[all-commits] [llvm/llvm-project] a3a27a: [clangd] Render code complete documentation as pla...
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Apr 30 10:01:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a3a27a7aeed6d9fee447e1c589811017b091384c
https://github.com/llvm/llvm-project/commit/a3a27a7aeed6d9fee447e1c589811017b091384c
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M clang-tools-extra/clangd/ClangdLSPServer.cpp
M clang-tools-extra/clangd/CodeComplete.cpp
M clang-tools-extra/clangd/CodeComplete.h
M clang-tools-extra/clangd/FormattedString.cpp
M clang-tools-extra/clangd/FormattedString.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/Hover.h
M clang-tools-extra/clangd/Protocol.cpp
M clang-tools-extra/clangd/Protocol.h
M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
Log Message:
-----------
[clangd] Render code complete documentation as plaintext/markdown.
Summary:
Structure is parsed from the raw comment using the existing heuristics used
for hover.
Reviewers: kadircet
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D79157
More information about the All-commits
mailing list