diff --git a/clang-tools-extra/clangd/Hover.cpp b/clang-tools-extra/clangd/Hover.cpp index 9b789901e77c6..61bed1ad8141f 100644 --- a/clang-tools-extra/clangd/Hover.cpp +++ b/clang-tools-extra/clangd/Hover.cpp @@ -468,7 +468,7 @@ struct PrintExprResult { std::optional PrintedValue; /// The Expr object that represents the closest evaluable /// expression. - const Expr *Expr; + const clang::Expr *Expr; /// The node of selection tree where the traversal stops. const SelectionTree::Node *Node; };