[PATCH] D67826: [clangd] A helper to find explicit references and their names

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 20 04:22:05 PDT 2019


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: kadircet.
Herald added subscribers: usaxena95, arphaman, jkorous, MaskRay.
Herald added a project: clang.

Allows to simplify pending code tweaks:

- the upcoming DefineInline tweak (D66647 <https://reviews.llvm.org/D66647>)
- remove using declaration (D56612 <https://reviews.llvm.org/D56612>)
- qualify name under cursor (D56610 <https://reviews.llvm.org/D56610>)

Another potential future application is simplifying semantic highlighting.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67826

Files:
  clang-tools-extra/clangd/FindTarget.cpp
  clang-tools-extra/clangd/FindTarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67826.220999.patch
Type: text/x-patch
Size: 12746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190920/2ffdc8b6/attachment-0001.bin>


More information about the cfe-commits mailing list