[clang] [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 25 02:58: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:
That makes sense for now.
https://github.com/llvm/llvm-project/pull/152918
More information about the cfe-commits
mailing list