This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f37177d01f fix typos in comments; NFC new ffd70202d3 [refactor][rename] Use a single base class for class that fi [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../Tooling/Refactoring/RecursiveSymbolVisitor.h | 124 ++++++++++++++ .../clang/Tooling/Refactoring/Rename/USRFinder.h | 32 ---- include/clang/module.modulemap | 1 - lib/Tooling/Refactoring/Rename/USRFinder.cpp | 179 +++++++-------------- lib/Tooling/Refactoring/Rename/USRLocFinder.cpp | 90 ++--------- 5 files changed, 196 insertions(+), 230 deletions(-) create mode 100644 include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h