[clang-tools-extra] [clangd] Add inlay hints for default function arguments and implicit lambda captures (PR #95712)
Tor Shepherd via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 05:00:40 PDT 2024
torshepherd wrote:
Aha, that's a great suggestion. I agree that beyond the trivial case of 2 captured variables it gets a bit noisy. On-hover would be quite nice though!
To clarify, you mean hovering over the default capture '=' or '&' right?
I'm happy to remove the lambdas from this PR in favor of the hover approach. Thoughts on the default arguments?
https://github.com/llvm/llvm-project/pull/95712
More information about the cfe-commits
mailing list