llvm-project/clang-tools-extra/clang-tidy/google
Benjamin Kramer 4e3f4f03f3 [ASTMatchers] StringRef'ify hasName
This was just inconvenient, and we make a copy anyways.
2020-01-29 10:53:08 +01:00
..
AvoidCStyleCastsCheck.cpp Fixed google-readability-casting test to work in c++17 2019-06-11 10:59:22 +00:00
AvoidCStyleCastsCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
AvoidNSObjectNewCheck.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
AvoidNSObjectNewCheck.h [clang-tidy] New check calling out uses of +new in Objective-C code 2019-05-23 12:01:26 +00:00
AvoidThrowingObjCExceptionCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AvoidThrowingObjCExceptionCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
AvoidUnderscoreInGoogletestNameCheck.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
AvoidUnderscoreInGoogletestNameCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
CMakeLists.txt [clang-tidy]: Google: new check 'google-upgrade-googletest-case' 2019-07-29 21:38:56 +00:00
DefaultArgumentsCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DefaultArgumentsCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
ExplicitConstructorCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ExplicitConstructorCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
ExplicitMakePairCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ExplicitMakePairCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
FunctionNamingCheck.cpp [clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈 2019-02-21 00:34:01 +00:00
FunctionNamingCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
GlobalNamesInHeadersCheck.cpp NFC: Fix trivial typos in comments 2020-01-04 10:28:41 -05:00
GlobalNamesInHeadersCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
GlobalVariableDeclarationCheck.cpp Revise the google-objc-global-variable-declaration check to match the style guide. 2019-05-31 23:41:15 +00:00
GlobalVariableDeclarationCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
GoogleTidyModule.cpp [clang-tidy]: Google: new check 'google-upgrade-googletest-case' 2019-07-29 21:38:56 +00:00
IntegerTypesCheck.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
IntegerTypesCheck.h NFC: Fix trivial typos in comments 2020-01-04 10:28:41 -05:00
NonConstReferences.cpp [clang-tidy] Don't emit google-runtime-references warning for functions defined in macros. 2019-08-23 08:47:27 +00:00
NonConstReferences.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
OverloadedUnaryAndCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
OverloadedUnaryAndCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
TodoCommentCheck.cpp Use std::unique_ptr in ClangTidyCheckFactories 2019-09-26 13:47:29 +00:00
TodoCommentCheck.h Use std::unique_ptr in ClangTidyCheckFactories 2019-09-26 13:47:29 +00:00
UnnamedNamespaceInHeaderCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
UnnamedNamespaceInHeaderCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
UpgradeGoogletestCaseCheck.cpp [ASTMatchers] StringRef'ify hasName 2020-01-29 10:53:08 +01:00
UpgradeGoogletestCaseCheck.h [clang-tidy]: Google: new check 'google-upgrade-googletest-case' 2019-07-29 21:38:56 +00:00
UsingNamespaceDirectiveCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
UsingNamespaceDirectiveCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00