[PATCH] D138425: [clangd] Parameter hints for template specialization

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 21 13:58:50 PST 2022


nridge added a comment.

FWIW, in codebases/components where I do code reviews, I tend to insist on template parameters having meaningful (and longer-than-one-character) names, and would find this quite useful.

I agree that while template parameters are technically a kind of parameter, they're different enough from function parameters that configuring this type of hint separately (and thus giving them their own kind) would make sense.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138425/new/

https://reviews.llvm.org/D138425



More information about the cfe-commits mailing list