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 a116a17 [clang-tools] mark TokenName as unused new 1a08f9f [clang-tidy] misc-move-const-arg: Detect if result of std::mo [...] new a0e0eb8 [clang-tidy] misc-move-const-arg: Fix typos
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-tidy/misc/MoveConstantArgumentCheck.cpp | 70 ++++++++++++++------- clang-tidy/misc/MoveConstantArgumentCheck.h | 8 +-- docs/clang-tidy/checks/misc-move-const-arg.rst | 17 ++++- test/clang-tidy/misc-move-const-arg.cpp | 87 ++++++++++++++++++++++++++ 4 files changed, 154 insertions(+), 28 deletions(-)