[PATCH] ClangTidy misc-argument-comment check: don't check arguments to templateparameter packs.

Alexander Kornienko alexfh at google.com
Wed Sep 3 05:57:40 PDT 2014


Hi klimek,

This disables this check for std::bind and similar functions that use
parameter packs to forward arguments to a different function. Name of the
parameter pack argument doesn't matter.

http://reviews.llvm.org/D5168

Files:
  clang-tidy/misc/ArgumentCommentCheck.cpp
  test/clang-tidy/arg-comments.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5168.13202.patch
Type: text/x-patch
Size: 1886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140903/2380b36f/attachment.bin>


More information about the cfe-commits mailing list