This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from d2fcae1 [include-fixer] Correct an incorrecst judgement about prefix [...] new 6100efa [clang-rename] exit code-related bugfix and code cleanup new b2f971b [clang-rename] add documentation
The 2 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: clang-rename/RenamingAction.cpp | 3 +- clang-rename/USRLocFinder.cpp | 22 +++++---- clang-rename/USRLocFinder.h | 18 +++---- clang-rename/tool/ClangRename.cpp | 12 ++--- docs/clang-rename.rst | 99 +++++++++++++++++++++++++++++++++++++++ docs/index.rst | 1 + test/clang-rename/NoNewName.cpp | 20 ++++++++ 7 files changed, 147 insertions(+), 28 deletions(-) create mode 100644 docs/clang-rename.rst create mode 100644 test/clang-rename/NoNewName.cpp