llvm-project/clang-tools-extra/clang-tidy/google
Benjamin Kramer a5d954b187 [clang-tidy] Simplify ast matcher.
Turns out there is a better way to do this. No functionality change.

llvm-svn: 214874
2014-08-05 15:33:46 +00:00
..
AvoidCStyleCastsCheck.cpp Avoid adding redundant parens. 2014-07-16 13:38:48 +00:00
AvoidCStyleCastsCheck.h Added a comment to document relation of this check to -Wold-style-cast. 2014-06-30 09:54:12 +00:00
CMakeLists.txt [clang-tidy] Add a checker for zero-length memset. 2014-07-16 14:30:19 +00:00
ExplicitConstructorCheck.cpp Move google-explicit-constructor check to a separate source file. 2014-06-18 09:33:46 +00:00
ExplicitConstructorCheck.h Move google-explicit-constructor check to a separate source file. 2014-06-18 09:33:46 +00:00
ExplicitMakePairCheck.cpp [clang-tidy] Simplify ast matcher. 2014-08-05 15:33:46 +00:00
ExplicitMakePairCheck.h [clang-tidy] Add a checker that removes deducible arguments from std::make_pair 2014-07-15 09:50:32 +00:00
GoogleTidyModule.cpp [clang-tidy] Add a checker for zero-length memset. 2014-07-16 14:30:19 +00:00
Makefile
MemsetZeroLengthCheck.cpp [clang-tidy] MemsetZeroLenghtChecker: Don't crash trying to evaluate dependent values. 2014-07-17 08:56:55 +00:00
MemsetZeroLengthCheck.h [clang-tidy] Add a checker for zero-length memset. 2014-07-16 14:30:19 +00:00
NamedParameterCheck.cpp [clang-tidy] Fix unnamed parameter comment insertion with multiple parameters. 2014-08-04 09:42:18 +00:00
NamedParameterCheck.h [clang-tidy] Provide links to the google style guide for checks derived from it. 2014-07-17 08:23:24 +00:00
OverloadedUnaryAndCheck.cpp [clang-tidy] Add a checker that flags all instances of overloaded unary operator& 2014-07-15 12:48:14 +00:00
OverloadedUnaryAndCheck.h [clang-tidy] Provide links to the google style guide for checks derived from it. 2014-07-17 08:23:24 +00:00
StringReferenceMemberCheck.cpp [clang-tidy] Add a checker that warns on const string & members. 2014-07-16 10:00:14 +00:00
StringReferenceMemberCheck.h [clang-tidy] Add a checker that warns on const string & members. 2014-07-16 10:00:14 +00:00
UnnamedNamespaceInHeaderCheck.cpp [clang-tidy] Add namespaces checkers. 2014-07-16 14:16:56 +00:00
UnnamedNamespaceInHeaderCheck.h [clang-tidy] Provide links to the google style guide for checks derived from it. 2014-07-17 08:23:24 +00:00
UsingNamespaceDirectiveCheck.cpp [clang-tidy] Add namespaces checkers. 2014-07-16 14:16:56 +00:00
UsingNamespaceDirectiveCheck.h [clang-tidy] Provide links to the google style guide for checks derived from it. 2014-07-17 08:23:24 +00:00