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 62c88ef [clang-rename] add missing clang-format improvements new 3c5c1da [clang-tidy] misc-argument-comment non-strict mode
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/ClangTidy.h | 17 +++++++ clang-tidy/misc/ArgumentCommentCheck.cpp | 59 +++++++++++++++--------- clang-tidy/misc/ArgumentCommentCheck.h | 2 + docs/clang-tidy/checks/misc-argument-comment.rst | 4 ++ test/clang-tidy/misc-argument-comment-strict.cpp | 19 ++++++++ test/clang-tidy/misc-argument-comment.cpp | 9 +++- unittests/clang-tidy/MiscModuleTest.cpp | 4 +- 7 files changed, 88 insertions(+), 26 deletions(-) create mode 100644 test/clang-tidy/misc-argument-comment-strict.cpp