[clang-tools-extra] [clangd] extend and rearrange doxygen hover documentation (PR #152918)

Maksim Ivanov via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 11 16:48:41 PDT 2025


================
@@ -1276,6 +1276,7 @@ std::optional<HoverInfo> getHover(ParsedAST &AST, Position Pos,
     HI.Definition =
         URIForFile::canonicalize(Inc.Resolved, AST.tuPath()).file().str();
     HI.DefinitionLanguage = "";
+    HI.IsIncludeDirective = true;
----------------
emaxx-google wrote:

Could we add a new item into the `Kind` enum instead?

https://github.com/llvm/llvm-project/pull/152918


More information about the cfe-commits mailing list