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 7c2485c2 [clang-tidy][NFC] Fix typo. new 70f4cf2c [clang-tidy] Add options to bugprone-argument-comment to add [...]
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/bugprone/ArgumentCommentCheck.cpp | 67 +++++++-- clang-tidy/bugprone/ArgumentCommentCheck.h | 14 +- docs/ReleaseNotes.rst | 6 + .../checks/bugprone-argument-comment.rst | 155 +++++++++++++++++++++ .../bugprone-argument-comment-literals.cpp | 124 +++++++++++++++++ 5 files changed, 354 insertions(+), 12 deletions(-) create mode 100644 test/clang-tidy/bugprone-argument-comment-literals.cpp