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 Authored by hokein on Nov 8 2017, 5:45 AM. 
Details The OccurrencesFinder is only used in RenameOccurrences to find symbol Replace it with a single utility function to avoid code misleading. 
Diff Detail 
 |