[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 04:25:36 PST 2022


sammccall marked an inline comment as done.
sammccall added a comment.

BTW, D120131 <https://reviews.llvm.org/D120131> demonstrates the other idea of actually using the instantiated AST instead of the template.
It's pretty cool but would need some refinement to be production-ready I suppose.


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