[PATCH] D67826: [clangd] A helper to find explicit references and their names
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 25 01:10:59 PDT 2019
kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: clang-tools-extra/clangd/FindTarget.h:103
+ llvm::function_ref<void(ReferenceLoc)> Out);
+void findExplicitReferences(Decl *S,
+ llvm::function_ref<void(ReferenceLoc)> Out);
----------------
nit: s/Decl *S/Decl *D/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67826/new/
https://reviews.llvm.org/D67826
More information about the cfe-commits
mailing list