diff options
author | Marc-Andre Laperle <marc-andre.laperle@ericsson.com> | 2018-07-02 16:28:34 +0000 |
---|---|---|
committer | Marc-Andre Laperle <marc-andre.laperle@ericsson.com> | 2018-07-02 16:28:34 +0000 |
commit | a0b18afa7dfd15ccb83362ccae7ec5b2438e4e2b (patch) | |
tree | 6a058c745720946f10db256c6d1f396f9d13dd74 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | 92c10492de1a65a37f7e4cb95d7e50dc522766ae (diff) | |
download | bcm5719-llvm-a0b18afa7dfd15ccb83362ccae7ec5b2438e4e2b.tar.gz bcm5719-llvm-a0b18afa7dfd15ccb83362ccae7ec5b2438e4e2b.zip |
[clangd] Implement hover for "auto" and "decltype"
Summary:
This allows hovering on keywords that refer to deduced types.
This should cover most useful cases. Not covered:
- auto template parameters: Since this can be instantiated with many types,
it would not be practical to show the types.
- Structured binding: This could be done later to show multiple deduced types
in the hover.
- auto:: (part of concepts): Outside the scope of this patch.
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Subscribers: ilya-biryukov, ioeric, MaskRay, jkorous, cfe-commits
Differential Revision: https://reviews.llvm.org/D48159
llvm-svn: 336119
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions