[PATCH] D37210: [refactor] add a refactoring action rule that returns symbol occurrences
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 30 02:24:23 PDT 2017
arphaman added inline comments.
================
Comment at: include/clang/Tooling/Refactoring/RefactoringActionRule.h:29
+ SourceChangeRefactoringRuleKind,
+ FindSymbolOccurrencesRefactoringRuleKind
+ };
----------------
hokein wrote:
> I might miss some context here. As per your comment in https://reviews.llvm.org/D36075#inline-323769, you'll try to remove this tag, so I think we will hold off this patch until that is done?
Yeah, that would be better. I will remove the tag first.
Repository:
rL LLVM
https://reviews.llvm.org/D37210
More information about the cfe-commits
mailing list