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 5bc37355 [clang-tidy] Fix a compiler warning. new 0debf4b2 Make clang-move use same file naming convention as other tools
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: clang-move/CMakeLists.txt | 2 +- clang-move/HelperDeclRefGraph.cpp | 2 +- clang-move/{ClangMove.cpp => Move.cpp} | 4 ++-- clang-move/{ClangMove.h => Move.h} | 2 +- clang-move/tool/CMakeLists.txt | 2 +- clang-move/tool/{ClangMoveMain.cpp => ClangMove.cpp} | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) rename clang-move/{ClangMove.cpp => Move.cpp} (99%) rename clang-move/{ClangMove.h => Move.h} (99%) rename clang-move/tool/{ClangMoveMain.cpp => ClangMove.cpp} (98%)