[clang-tools-extra] [clangd] Add inlay hints for default function arguments (PR #95712)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 17 21:20:09 PDT 2024
HighCommander4 wrote:
> 3. I was getting `Property DefaultArguments` is not allowed in `config.yaml`. Is this a schema issue? I wasn't able to find where to update this
That sort of diagnostic is likely produced by a YAML plugin, which uses a schema from https://github.com/SchemaStore/schemastore.
I do file a SchemaStore issue once per clangd release about updating the clangd schema, here's the one for clangd 19: https://github.com/SchemaStore/schemastore/issues/4022.
If you'd like to file one about `DefaultArguments` sooner, or even submit a PR, please feel free.
https://github.com/llvm/llvm-project/pull/95712
More information about the cfe-commits
mailing list