[PATCH] D119537: [clangd] Treat 'auto' params as deduced if there's a single instantiation.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 21 09:18:13 PST 2022
sammccall added a comment.
D120258 <https://reviews.llvm.org/D120258> is the followup with inlay hints.
It rearranges some of the code from this patch for reuse, and proposes dropping support for multiple instantiations yielding the same result, as this inevitably pushes complexity into each place this is used.
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