[clang-tools-extra] issue-63565: community requested small QoL fix for more configurabili… (PR #108005)

via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 14 05:24:45 PDT 2024


MK-Alias wrote:

Because the `.clangd` config is made out of blocks, and no block was specified for our new `ArgumentLists` key, I've put it under `Completion`. So now it is like
```yaml
Completion:
  AllScopes: None
  ArgumentLists: None
```

It seems like the most logical choice, because it's an auto-completion feature!

Is this okay!? Or must it go in an other block!?

https://github.com/llvm/llvm-project/pull/108005


More information about the cfe-commits mailing list