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 74955733 add new check to find OSSpinlock usage new d0bf766a Add an option to misc-move-const-arg to not diagnose on trivi [...]
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-tidy/misc/MoveConstantArgumentCheck.cpp | 9 ++ clang-tidy/misc/MoveConstantArgumentCheck.h | 14 +++- docs/clang-tidy/checks/misc-move-const-arg.rst | 8 ++ .../misc-move-const-arg-trivially-copyable.cpp | 98 ++++++++++++++++++++++ test/clang-tidy/misc-move-const-arg.cpp | 56 +++++++++++++ 5 files changed, 184 insertions(+), 1 deletion(-) create mode 100644 test/clang-tidy/misc-move-const-arg-trivially-copyable.cpp