[PATCH] D93227: [clangd] Smarter hover on auto and decltype
Quentin Chateau via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 17 03:44:20 PST 2020
qchateau updated this revision to Diff 312432.
qchateau added a comment.
- Rebase on master after D92041 <https://reviews.llvm.org/D92041>
- Remove the usage of the "Documentation" field
- Use the `TypeAlias` Kind on auto and decltype
- Move code related to hover on `this` in a new function
- Update hover on `this` to be consistent with this change
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93227/new/
https://reviews.llvm.org/D93227
Files:
clang-tools-extra/clangd/Hover.cpp
clang-tools-extra/clangd/unittests/HoverTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93227.312432.patch
Type: text/x-patch
Size: 25595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201217/2e3d7adc/attachment-0001.bin>
More information about the cfe-commits
mailing list