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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to