diff options
author | Sam McCall <sam.mccall@gmail.com> | 2022-01-06 02:01:13 +0100 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2022-01-10 10:26:48 +0100 |
commit | 22a34e01066004c9bd8d7ad418df90b8fbcb3749 (patch) | |
tree | 940b73f0bc8ba2eb69230842575fa65f4061e998 /llvm/unittests | |
parent | ad1b8772cf6b16c1162bb8ff425679f5ff046ae9 (diff) | |
download | llvm-maain.tar.gz |
[clangd] Support configuration of inlay hints.maain
The idea is that the feature will always be advertised at the LSP level, but
depending on config we'll return partial or no responses.
We try to avoid doing the analysis for hints we're not going to return.
Examples of syntax:
```
InlayHints:
Enabled: No
---
InlayHints:
ParameterNames: No
---
InlayHints:
ParameterNames: Yes
DeducedTypes: Yes
```
Differential Revision: https://reviews.llvm.org/D116713
Diffstat (limited to 'llvm/unittests')
0 files changed, 0 insertions, 0 deletions