[PATCH] D114522: [clangd] Add desugared type to hover
liu hui via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 25 22:25:23 PST 2021
lh123 updated this revision to Diff 389915.
lh123 retitled this revision from "[clangd] Add canonical type to hover" to "[clangd] Add desugared type to hover".
lh123 edited the summary of this revision.
lh123 added a comment.
1. rename `CanType` to `DesugaredTy`.
2. fix some bug in compare `PrintedType`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114522/new/
https://reviews.llvm.org/D114522
Files:
clang-tools-extra/clangd/Hover.cpp
clang-tools-extra/clangd/Hover.h
clang-tools-extra/clangd/unittests/HoverTests.cpp
clang/include/clang/AST/ASTDiagnostic.h
clang/lib/AST/ASTDiagnostic.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114522.389915.patch
Type: text/x-patch
Size: 62229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211126/a59d1a45/attachment-0001.bin>
More information about the cfe-commits
mailing list