[PATCH] D38425: [clangd] Document highlights for clangd
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 10 14:41:16 PST 2017
ioeric added a comment.
Drive-by comment: in general, have you considered reusing the existing declarations and occurrences finding functionalities in clang-rename? AFAIK, it deals with templates and macros pretty well.
o https://github.com/llvm-mirror/clang/blob/master/include/clang/Tooling/Refactoring/Rename/USRFinder.h
o https://github.com/llvm-mirror/clang/blob/master/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h
https://reviews.llvm.org/D38425
More information about the cfe-commits
mailing list