hanchenye-llvm-project/clang-tools-extra/clang-tidy/misc
Alexander Kornienko be8c143dd6 Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative to
addCheckFactory: registerCheck.

Reviewers: djasper

Reviewed By: djasper

Subscribers: cfe-commits

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

llvm-svn: 217489
2014-09-10 11:06:43 +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
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
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 Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative to 2014-09-10 11:06:43 +00:00
RedundantSmartptrGet.cpp
RedundantSmartptrGet.h
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