[PATCH] D57674: [clang-tidy] Add options to bugprone-argument-comment to add missing argument comments to literals

MyDeveloperDay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 13:37:20 PST 2019


MyDeveloperDay updated this revision to Diff 185632.
MyDeveloperDay marked 5 inline comments as done.
MyDeveloperDay added a comment.

-Address review comments
-Ignore argument comment addition for macro inputs
-Add unit tests to cover the above
-Fix clang-tidy suggestion (from readability-identifier-naming)
-Ensure file is clang-formatted


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57674/new/

https://reviews.llvm.org/D57674

Files:
  clang-tidy/bugprone/ArgumentCommentCheck.cpp
  clang-tidy/bugprone/ArgumentCommentCheck.h
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/bugprone-argument-comment.rst
  test/clang-tidy/bugprone-argument-comment-literals.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57674.185632.patch
Type: text/x-patch
Size: 16940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190206/ff168c4a/attachment-0001.bin>


More information about the llvm-commits mailing list