This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository clang-tools-extra.
from 6a7e989 Updating branches/google/stable to r288497 adds f0f75fd [clang-move] some tweaks. adds d048dbf [clang-tidy] Do not trigger unnecessary-value-param check on [...] adds d5fcd06 [clang-move] don't miss ',' in json output when there are dup [...] adds d963170 [change-namespace] get changing namespace to global correct. new 28456f2 Updating branches/google/stable to r288672 adds 1c687da [clang-move] ignore unsupported symbol kinds when checking if [...] adds ce41da2 [change-namespace] move template class forward-declarations a [...] new 0a23612 Updating branches/google/stable to r288914
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: change-namespace/ChangeNamespace.cpp | 31 +++-- change-namespace/ChangeNamespace.h | 2 +- clang-move/ClangMove.cpp | 128 ++++++++++++--------- clang-move/ClangMove.h | 27 ++--- clang-move/tool/ClangMoveMain.cpp | 18 ++- .../performance/UnnecessaryValueParamCheck.cpp | 3 +- .../performance-unnecessary-value-param.cpp | 18 +++ .../change-namespace/ChangeNamespaceTests.cpp | 90 +++++++++++++++ unittests/clang-move/ClangMoveTests.cpp | 23 +++- 9 files changed, 244 insertions(+), 96 deletions(-)