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 5e9d977 [change-namespace] get newlines around moved namespace right. new a7cbf92 [clang-move] Support moving type alias declarations.
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 | 35 +++++++++++++++++++++- test/clang-move/Inputs/type_alias.h | 11 +++++++ test/clang-move/move-type-alias.cpp | 52 +++++++++++++++++++++++++++++++++ unittests/clang-move/ClangMoveTests.cpp | 19 ------------ 4 files changed, 97 insertions(+), 20 deletions(-) create mode 100644 test/clang-move/Inputs/type_alias.h create mode 100644 test/clang-move/move-type-alias.cpp