[PATCH] D119537: [clangd] Treat 'auto' params as deduced if there's a single instantiation.
Trass3r via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 15 08:26:00 PST 2022
Trass3r added a comment.
Is it intentional that the resolved type is not shown in the variable hover:
param payload
Type: const auto &
// In subscribe::(anonymous class)::operator()
const auto& payload
Only when hovering over `auto`?
type-alias auto
struct Foo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119537/new/
https://reviews.llvm.org/D119537
More information about the cfe-commits
mailing list