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 9c841cd [clang-tidy] Do not issue fix for functions that are referenc [...] new 14df6e7 [clang-move] Support template class.
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/ClangMove.cpp | 32 ++++++---- test/clang-move/Inputs/template_class_test.cpp | 13 ++++ test/clang-move/Inputs/template_class_test.h | 30 +++++++++ test/clang-move/move-template-class.cpp | 86 ++++++++++++++++++++++++++ 4 files changed, 150 insertions(+), 11 deletions(-) create mode 100644 test/clang-move/Inputs/template_class_test.cpp create mode 100644 test/clang-move/Inputs/template_class_test.h create mode 100644 test/clang-move/move-template-class.cpp