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 c3043c83 [clang-tidy] Fix bugprone-argument-comment bug: negative lite [...] new ca7bac56 Add a bugprone-argument-comment option: IgnoreSingleArgument. new 450ba99c [clang-tidy] Make most ArgumentCommentCheck options local, as [...]
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/bugprone/ArgumentCommentCheck.cpp | 25 +++-- clang-tidy/bugprone/ArgumentCommentCheck.h | 1 + .../checks/bugprone-argument-comment.rst | 3 + ...one-argument-comment-ignore-single-argument.cpp | 105 +++++++++++++++++++++ .../bugprone-argument-comment-literals.cpp | 9 +- 5 files changed, 128 insertions(+), 15 deletions(-) create mode 100644 test/clang-tidy/bugprone-argument-comment-ignore-single-argument.cpp