llvm-project/clang-tools-extra/clang-tidy/misc
Alexander Kornienko 805b44d124 ClangTidy misc-argument-comment check: don't check arguments to template
parameter packs.

Summary:
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.

Reviewers: klimek

Reviewed By: klimek

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D5168

llvm-svn: 217039
2014-09-03 14:56:30 +00:00
..
ArgumentCommentCheck.cpp ClangTidy misc-argument-comment check: don't check arguments to template 2014-09-03 14:56:30 +00:00
ArgumentCommentCheck.h clang-tidy/ArgumentCommentCheck: Initializer list in non-static members is unavailable on msc17. 2014-03-18 07:22:43 +00:00
BoolPointerImplicitConversion.cpp [clang-tidy] Use new ASTMatchers to identify template instantiations instead of copying it everywhere. 2014-09-03 13:21:51 +00:00
BoolPointerImplicitConversion.h [clang-tidy] Add a checker for implicit bool conversion of a bool*. 2014-07-11 08:08:47 +00:00
CMakeLists.txt [clang-tidy] Add a checker for code that looks like a delegate constructors but doesn't delegate. 2014-07-31 09:58:52 +00:00
Makefile
MiscTidyModule.cpp [clang-tidy] Add a checker for code that looks like a delegate constructors but doesn't delegate. 2014-07-31 09:58:52 +00:00
RedundantSmartptrGet.cpp Do not touch get() calls on 'this' object. 2014-04-29 13:41:23 +00:00
RedundantSmartptrGet.h Add clang-tidy check to remove redundant .get() calls on smart pointers. 2014-03-27 17:42:26 +00:00
SwappedArgumentsCheck.cpp [clang-tidy] Add a checker for swapped arguments. 2014-07-14 14:24:30 +00:00
SwappedArgumentsCheck.h [clang-tidy] Add a checker for swapped arguments. 2014-07-14 14:24:30 +00:00
UndelegatedConstructor.cpp [clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher. 2014-09-03 13:30:28 +00:00
UndelegatedConstructor.h [clang-tidy] Add a checker for code that looks like a delegate constructors but doesn't delegate. 2014-07-31 09:58:52 +00:00
UnusedRAII.cpp [clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher. 2014-09-03 13:30:28 +00:00
UnusedRAII.h Reapply r213647 with a fix. 2014-07-23 11:49:46 +00:00
UseOverride.cpp clang-tidy: [use-override] Tweak messages. 2014-07-28 07:29:29 +00:00
UseOverride.h Initial version of clang-tidy check to use override instead of virual. 2014-05-16 09:30:09 +00:00