[clang-tools-extra] [clangd] Add inlay hints for default function arguments (PR #95712)
Tor Shepherd via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 30 11:19:19 PDT 2024
torshepherd wrote:
> Hmm another case to consider:
>
> 
>
> In this case the argument is unnamed. I think for this I should just insert `/* unused */` or `/* unnamed */` ?
Fixed this and added a test case

https://github.com/llvm/llvm-project/pull/95712
More information about the cfe-commits
mailing list