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 4396a57 [clang-move] Move comments which are associated with the move [...] new 987330e Revert "Revert "Add a static_assert to enforce that parameter [...] new 91669b5 [clang-move] Support moving multiple classes in one run.
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-move/ClangMove.cpp | 22 +++++++-- clang-move/ClangMove.h | 5 +- clang-move/tool/ClangMoveMain.cpp | 8 ++-- clang-tidy/readability/IdentifierNamingCheck.cpp | 4 +- test/clang-move/Inputs/database_template.json | 5 ++ test/clang-move/Inputs/multiple_class_test.cpp | 27 +++++++++++ test/clang-move/Inputs/multiple_class_test.h | 30 ++++++++++++ test/clang-move/move-class.cpp | 4 +- test/clang-move/move-multiple-classes.cpp | 58 ++++++++++++++++++++++++ unittests/clang-move/ClangMoveTests.cpp | 8 ++-- 10 files changed, 153 insertions(+), 18 deletions(-) create mode 100644 test/clang-move/Inputs/multiple_class_test.cpp create mode 100644 test/clang-move/Inputs/multiple_class_test.h create mode 100644 test/clang-move/move-multiple-classes.cpp