llvm-project/clang-tools-extra/clang-tidy/google
Dmitri Gribenko 5338ffcfa1 Use std::unique_ptr in ClangTidyCheckFactories
I had to explicitly define some destructors that could only be defined
in the corresponding .cpp files.

llvm-svn: 372978
2019-09-26 13:47:29 +00:00
..
AvoidCStyleCastsCheck.cpp Fixed google-readability-casting test to work in c++17 2019-06-11 10:59:22 +00:00
AvoidCStyleCastsCheck.h
AvoidNSObjectNewCheck.cpp
AvoidNSObjectNewCheck.h
AvoidThrowingObjCExceptionCheck.cpp
AvoidThrowingObjCExceptionCheck.h
AvoidUnderscoreInGoogletestNameCheck.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
AvoidUnderscoreInGoogletestNameCheck.h
CMakeLists.txt [clang-tidy]: Google: new check 'google-upgrade-googletest-case' 2019-07-29 21:38:56 +00:00
DefaultArgumentsCheck.cpp
DefaultArgumentsCheck.h
ExplicitConstructorCheck.cpp
ExplicitConstructorCheck.h
ExplicitMakePairCheck.cpp
ExplicitMakePairCheck.h
FunctionNamingCheck.cpp
FunctionNamingCheck.h
GlobalNamesInHeadersCheck.cpp
GlobalNamesInHeadersCheck.h
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
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
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
OverloadedUnaryAndCheck.h
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
UnnamedNamespaceInHeaderCheck.h
UpgradeGoogletestCaseCheck.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
UpgradeGoogletestCaseCheck.h [clang-tidy]: Google: new check 'google-upgrade-googletest-case' 2019-07-29 21:38:56 +00:00
UsingNamespaceDirectiveCheck.cpp
UsingNamespaceDirectiveCheck.h