[PATCH] D142014: [clangd] fix wrong CalleeArgInfo in the hover
Tom Praschan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 23 10:35:37 PST 2023
tom-anders added inline comments.
================
Comment at: clang-tools-extra/clangd/Hover.cpp:1035
} else if (const auto *MTE =
CastNode->ASTNode.get<MaterializeTemporaryExpr>()) {
} else { // Unknown implicit node, assume type conversion.
----------------
This branch is now empty, do we still need it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142014/new/
https://reviews.llvm.org/D142014
More information about the cfe-commits
mailing list