This adds a new class SymbolDocumentation that does basic doxygen
parsing. Currently, it's only consumed by Hover, but in future
patches we'll probably also want to use it in CodeComplete and
SignatureHelp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is there anything I can do as a random member of the public that wants this and knows C++?
My organization is trying to move to clangd for the default config, and the lack of docstring parsing is common feedback.
Comment Actions
Maybe apply the patch locally, use it for a bit, and provide feedback?
I haven't forgotten about this review and I hope to get to it as time permits.
Comment Actions
I'm sure that would help!
I haven't forgotten about this review and I hope to get to it as time permits.
Would it maybe also help to split this patch into 2 or 3 smaller patches?
Comment Actions
Split up into 3 smaller patches: https://reviews.llvm.org/D134130, https://reviews.llvm.org/D134131 and https://reviews.llvm.org/D134132