llvm-project/clang-tools-extra/clang-tidy/misc
Alexander Kornienko 35ddae4a9b [clang-tidy] Move some of the misc checks to readability/
Summary:
Some of the misc checks belong to readability/. I'm moving them there
without changing check names for now. As the next step, I want to register some
of these checks in the google and llvm modules with suitable settings (e.g.
BracesAroundStatementsCheck). I'm not sure if we want to create a "readability"
module, probably not.

Reviewers: djasper

Reviewed By: djasper

Subscribers: curdeius, cfe-commits

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

llvm-svn: 219786
2014-10-15 10:51:57 +00:00
..
ArgumentCommentCheck.cpp Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
ArgumentCommentCheck.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +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 Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
CMakeLists.txt [clang-tidy] Move some of the misc checks to readability/ 2014-10-15 10:51:57 +00:00
Makefile
MiscTidyModule.cpp [clang-tidy] Move some of the misc checks to readability/ 2014-10-15 10:51:57 +00:00
SwappedArgumentsCheck.cpp [clang-tidy] Add a checker for swapped arguments. 2014-07-14 14:24:30 +00:00
SwappedArgumentsCheck.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
UndelegatedConstructor.cpp [clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher. 2014-09-03 13:30:28 +00:00
UndelegatedConstructor.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
UnusedRAII.cpp [clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher. 2014-09-03 13:30:28 +00:00
UnusedRAII.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
UseOverride.cpp clang-tidy: [use-override] Tweak messages. 2014-07-28 07:29:29 +00:00
UseOverride.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00