This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add doxygen parsing for Hover [3/3]
Needs ReviewPublic

Authored by tom-anders on Sep 18 2022, 4:40 AM.

Details

Summary

This stores SymbolDocumentation in the index and uses it in Hover.
CodeCompletion and SignatureHelp still use the unparsed comment for now.

Diff Detail