[PATCH] D134130: [clangd] Add doxygen parsing for Hover [1/3]
Tom Praschan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 18 04:41:48 PDT 2022
tom-anders created this revision.
Herald added subscribers: kadircet, arphaman.
Herald added a project: All.
tom-anders added reviewers: nridge, sammccall, kadircet.
tom-anders published this revision for review.
Herald added subscribers: cfe-commits, llvm-commits, MaskRay, ilya-biryukov.
Herald added projects: LLVM, clang-tools-extra.
1/3: Add SymbolDocumentation class to parse Doxygen comments
This commit just adds and tests the a new class for doxygen parsing.
Consumption in Hover and Index will be added in a follow-up commit.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134130
Files:
clang-tools-extra/clangd/CMakeLists.txt
clang-tools-extra/clangd/SymbolDocumentation.cpp
clang-tools-extra/clangd/SymbolDocumentation.h
clang-tools-extra/clangd/unittests/CodeCompletionStringsTests.cpp
clang-tools-extra/clangd/unittests/SymbolDocumentationMatchers.h
llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134130.461064.patch
Type: text/x-patch
Size: 17218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220918/218d8b99/attachment-0001.bin>
More information about the cfe-commits
mailing list