llvm-project/clang-tools-extra/clang-tidy/readability
Kazu Hirata e47a224ccf [clang-tidy] Use nullptr instead of 0 or NULL (NFC)
Identified with modernize-use-nullptr.
2021-12-31 13:54:34 -08:00
..
AvoidConstParamsInDecls.cpp [clang-tidy] Fix readability-avoid-const-params-in-decls removing const in template paramaters 2021-02-24 15:54:10 +00:00
AvoidConstParamsInDecls.h [clang-tidy] Simplify const params check 2021-02-17 10:20:12 +00:00
BracesAroundStatementsCheck.cpp Use StringRef::contains (NFC) 2021-12-24 22:05:34 -08:00
BracesAroundStatementsCheck.h [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
CMakeLists.txt Revert "Re-Revert "clang-tidy: introduce readability-containter-data-pointer check"" 2021-09-15 20:52:55 +00:00
ConstReturnTypeCheck.cpp [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
ConstReturnTypeCheck.h [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
ContainerDataPointerCheck.cpp Revert "Re-Revert "clang-tidy: introduce readability-containter-data-pointer check"" 2021-09-15 20:52:55 +00:00
ContainerDataPointerCheck.h [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
ContainerSizeEmptyCheck.cpp [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
ContainerSizeEmptyCheck.h [clang-tidy] Simplify implementation of container-size-empty 2021-02-05 14:03:41 +00:00
ConvertMemberFunctionsToStatic.cpp [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
ConvertMemberFunctionsToStatic.h [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
DeleteNullPointerCheck.cpp [clang-tidy] Simplify delete null ptr check 2021-02-17 10:18:36 +00:00
DeleteNullPointerCheck.h [clang-tidy] Simplify delete null ptr check 2021-02-17 10:18:36 +00:00
ElseAfterReturnCheck.cpp [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
ElseAfterReturnCheck.h [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
FunctionCognitiveComplexityCheck.cpp [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
FunctionCognitiveComplexityCheck.h [clang-tidy] Add option to ignore macros in readability-function-cognitive-complexity check. 2021-04-12 18:46:12 +02:00
FunctionSizeCheck.cpp
FunctionSizeCheck.h
IdentifierLengthCheck.cpp Add a check for enforcing minimum length for variable names 2021-08-12 11:31:26 -04:00
IdentifierLengthCheck.h Add a check for enforcing minimum length for variable names 2021-08-12 11:31:26 -04:00
IdentifierNamingCheck.cpp [clang-tidy] Use nullptr instead of 0 or NULL (NFC) 2021-12-31 13:54:34 -08:00
IdentifierNamingCheck.h [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
ImplicitBoolConversionCheck.cpp [clang-tidy] Applied clang-tidy fixes. NFC 2021-01-29 01:01:19 +01:00
ImplicitBoolConversionCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
InconsistentDeclarationParameterNameCheck.cpp [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
InconsistentDeclarationParameterNameCheck.h [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
IsolateDeclarationCheck.cpp [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
IsolateDeclarationCheck.h
MagicNumbersCheck.cpp Remove references to the ast_type_traits namespace 2020-12-11 12:39:33 +01:00
MagicNumbersCheck.h [clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header files 2020-06-29 16:05:52 +01:00
MakeMemberFunctionConstCheck.cpp [clang-tidy] Applied clang-tidy fixes. NFC 2021-01-29 01:01:19 +01:00
MakeMemberFunctionConstCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
MisleadingIndentationCheck.cpp [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
MisleadingIndentationCheck.h [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
MisplacedArrayIndexCheck.cpp Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
MisplacedArrayIndexCheck.h
NamedParameterCheck.cpp Use StringRef::contains (NFC) 2021-12-24 22:05:34 -08:00
NamedParameterCheck.h [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
NamespaceCommentCheck.cpp [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
NamespaceCommentCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
NonConstParameterCheck.cpp [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
NonConstParameterCheck.h [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
QualifiedAutoCheck.cpp [clang] retain type sugar in auto / template argument deduction 2021-11-15 23:07:45 +01:00
QualifiedAutoCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
ReadabilityTidyModule.cpp Revert "Re-Revert "clang-tidy: introduce readability-containter-data-pointer check"" 2021-09-15 20:52:55 +00:00
RedundantAccessSpecifiersCheck.cpp [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
RedundantAccessSpecifiersCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
RedundantControlFlowCheck.cpp [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
RedundantControlFlowCheck.h [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
RedundantDeclarationCheck.cpp [clang-tidy] Applied clang-tidy fixes. NFC 2021-01-29 01:01:19 +01:00
RedundantDeclarationCheck.h [clang-tidy] Implement storeOptions for checks missing it. 2020-06-21 19:01:11 +01:00
RedundantFunctionPtrDereferenceCheck.cpp Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
RedundantFunctionPtrDereferenceCheck.h
RedundantMemberInitCheck.cpp [clang-tidy] Simplify redundant member init check 2021-02-27 12:11:44 +00:00
RedundantMemberInitCheck.h [clang-tidy] Simplify redundant member init check 2021-02-27 12:11:44 +00:00
RedundantPreprocessorCheck.cpp [clang-tidy] Applied clang-tidy fixes. NFC 2021-01-29 01:01:19 +01:00
RedundantPreprocessorCheck.h
RedundantSmartptrGetCheck.cpp [clang-tidy] Handle uninstantiated templates in redundant get check 2021-02-27 12:08:41 +00:00
RedundantSmartptrGetCheck.h [clang-tidy] Handle uninstantiated templates in redundant get check 2021-02-27 12:08:41 +00:00
RedundantStringCStrCheck.cpp Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
RedundantStringCStrCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
RedundantStringInitCheck.cpp [clang-tidy] Applied clang-tidy fixes. NFC 2021-01-29 01:01:19 +01:00
RedundantStringInitCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
SimplifyBooleanExprCheck.cpp [clang-tidy] Simplify boolean expr check 2021-02-27 12:13:24 +00:00
SimplifyBooleanExprCheck.h [clang-tidy] Simplify boolean expr check 2021-02-27 12:13:24 +00:00
SimplifySubscriptExprCheck.cpp [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
SimplifySubscriptExprCheck.h [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
StaticAccessedThroughInstanceCheck.cpp [clang-tidy] Suppress readability-static-access-through-instance for CUDA built-in variables 2021-10-26 05:45:25 +00:00
StaticAccessedThroughInstanceCheck.h [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
StaticDefinitionInAnonymousNamespaceCheck.cpp
StaticDefinitionInAnonymousNamespaceCheck.h
StringCompareCheck.cpp Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
StringCompareCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
SuspiciousCallArgumentCheck.cpp [clang-tidy] Add 'readability-suspicious-call-argument' check 2021-07-19 10:18:09 +02:00
SuspiciousCallArgumentCheck.h [clang-tidy] Add 'readability-suspicious-call-argument' check 2021-07-19 10:18:09 +02:00
UniqueptrDeleteReleaseCheck.cpp [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
UniqueptrDeleteReleaseCheck.h [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
UppercaseLiteralSuffixCheck.cpp Add a missing include to appease the build bots 2021-09-27 14:19:39 -04:00
UppercaseLiteralSuffixCheck.h [clang-tidy] Simplify readability checks to not need ignoring* matchers 2021-03-28 11:25:41 +01:00
UseAnyOfAllOfCheck.cpp [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
UseAnyOfAllOfCheck.h [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00