Nathan Ridge
|
47d9d55c66
|
[clangd] Do not show inlay hints pertaining to code in other files
Fixes https://github.com/clangd/clangd/issues/817
Differential Revision: https://reviews.llvm.org/D106934
|
2021-08-16 01:58:23 -04:00 |
Nathan Ridge
|
a15adbcddd
|
[clangd] Type hints for structured bindings
Hints are shown for the individual bindings, not the aggregate.
Differential Revision: https://reviews.llvm.org/D104617
|
2021-07-04 21:53:36 -04:00 |
Nathan Ridge
|
e37653da13
|
[clangd] Type hints for C++14 return type deduction
Differential Revision: https://reviews.llvm.org/D103789
|
2021-06-21 01:13:00 -04:00 |
Nathan Ridge
|
f976b9997e
|
[clangd] Improve resolution of static method calls in HeuristicResolver
Differential Revision: https://reviews.llvm.org/D101741
|
2021-06-02 20:30:19 -04:00 |
Nathan Ridge
|
0be2657c2f
|
[clangd] Type hints for variables with 'auto' type
Differential Revision: https://reviews.llvm.org/D102148
|
2021-06-01 02:21:02 -04:00 |
Nathan Ridge
|
1f8963c801
|
[clangd] Parameter hints for dependent calls
Differential Revision: https://reviews.llvm.org/D100742
|
2021-05-03 02:03:16 -04:00 |
Nathan Ridge
|
6f6cf2da8d
|
[clangd] Omit parameter hint for setter functions
Differential Revision: https://reviews.llvm.org/D100731
|
2021-04-25 19:20:12 -04:00 |
Nathan Ridge
|
753b247d71
|
[clangd] Omit parameter hint if parameter name comment is present
Differential Revision: https://reviews.llvm.org/D100715
|
2021-04-25 19:20:10 -04:00 |
Nathan Ridge
|
cbc9c4ea90
|
[clangd] Add support for inline parameter hints
Differential Revision: https://reviews.llvm.org/D98748
|
2021-04-14 02:31:20 -04:00 |