The OccurrencesFinder is only used in RenameOccurrences to find symbol
occurrences, there is no need to inherit RefactoringRule.
Replace it with a single utility function to avoid code misleading.
Differential D39796
[clang-refactor] Get rid of OccurrencesFinder in RenamingAction, NFC hokein on Nov 8 2017, 5:45 AM. Authored by
Details The OccurrencesFinder is only used in RenameOccurrences to find symbol Replace it with a single utility function to avoid code misleading.
Diff Detail
|