[PATCH] D128826: Go-to-type on smart_ptr<Foo> now also shows Foo

Tom Praschan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 29 13:18:53 PDT 2022


tom-anders updated this revision to Diff 441147.
tom-anders marked an inline comment as done.
tom-anders added a comment.

- Remove obsolete comment
- Return empty vector when type isNull()
- Add comment about why we don't deduplicate results
- Use out-parameter in unwrapFindType to make structure more consistent


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128826/new/

https://reviews.llvm.org/D128826

Files:
  clang-tools-extra/clangd/HeuristicResolver.h
  clang-tools-extra/clangd/XRefs.cpp
  clang-tools-extra/clangd/unittests/XRefsTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128826.441147.patch
Type: text/x-patch
Size: 6636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220629/56436046/attachment-0001.bin>


More information about the cfe-commits mailing list