llvm/clang-tools-extra/clang-tidy/readability
Fabian Wolff 6259016361 [clang-tidy] Fix false positive in readability-identifier-naming check involving override attribute
Overriding methods should not get a readability-identifier-naming
warning because the issue can only be fixed in the base class; but the
current check for whether a method is overriding does not take the
override attribute into account.

Differential Revision: https://reviews.llvm.org/D113830
2021-11-19 22:31:11 +13:00
..
AvoidConstParamsInDecls.cpp
AvoidConstParamsInDecls.h
BracesAroundStatementsCheck.cpp [clang-tidy] [PR50069] readability-braces-around-statements doesn't work well with [[likely]] [[unlikely]] 2021-08-14 12:05:21 +01:00
BracesAroundStatementsCheck.h
CMakeLists.txt Revert "Re-Revert "clang-tidy: introduce readability-containter-data-pointer check"" 2021-09-15 20:52:55 +00:00
ConstReturnTypeCheck.cpp
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
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
DeleteNullPointerCheck.h
ElseAfterReturnCheck.cpp
ElseAfterReturnCheck.h
FunctionCognitiveComplexityCheck.cpp [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
FunctionCognitiveComplexityCheck.h
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] Fix false positive in readability-identifier-naming check involving override attribute 2021-11-19 22:31:11 +13:00
IdentifierNamingCheck.h [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
ImplicitBoolConversionCheck.cpp
ImplicitBoolConversionCheck.h
InconsistentDeclarationParameterNameCheck.cpp [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
InconsistentDeclarationParameterNameCheck.h
IsolateDeclarationCheck.cpp
IsolateDeclarationCheck.h
MagicNumbersCheck.cpp
MagicNumbersCheck.h
MakeMemberFunctionConstCheck.cpp
MakeMemberFunctionConstCheck.h
MisleadingIndentationCheck.cpp
MisleadingIndentationCheck.h
MisplacedArrayIndexCheck.cpp
MisplacedArrayIndexCheck.h
NamedParameterCheck.cpp
NamedParameterCheck.h
NamespaceCommentCheck.cpp
NamespaceCommentCheck.h
NonConstParameterCheck.cpp
NonConstParameterCheck.h
QualifiedAutoCheck.cpp [clang] retain type sugar in auto / template argument deduction 2021-11-15 23:07:45 +01:00
QualifiedAutoCheck.h
ReadabilityTidyModule.cpp Revert "Re-Revert "clang-tidy: introduce readability-containter-data-pointer check"" 2021-09-15 20:52:55 +00:00
RedundantAccessSpecifiersCheck.cpp
RedundantAccessSpecifiersCheck.h
RedundantControlFlowCheck.cpp
RedundantControlFlowCheck.h
RedundantDeclarationCheck.cpp
RedundantDeclarationCheck.h
RedundantFunctionPtrDereferenceCheck.cpp
RedundantFunctionPtrDereferenceCheck.h
RedundantMemberInitCheck.cpp
RedundantMemberInitCheck.h
RedundantPreprocessorCheck.cpp
RedundantPreprocessorCheck.h
RedundantSmartptrGetCheck.cpp
RedundantSmartptrGetCheck.h
RedundantStringCStrCheck.cpp
RedundantStringCStrCheck.h
RedundantStringInitCheck.cpp
RedundantStringInitCheck.h
SimplifyBooleanExprCheck.cpp
SimplifyBooleanExprCheck.h
SimplifySubscriptExprCheck.cpp
SimplifySubscriptExprCheck.h
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
StaticDefinitionInAnonymousNamespaceCheck.cpp
StaticDefinitionInAnonymousNamespaceCheck.h
StringCompareCheck.cpp
StringCompareCheck.h
SuspiciousCallArgumentCheck.cpp
SuspiciousCallArgumentCheck.h
UniqueptrDeleteReleaseCheck.cpp
UniqueptrDeleteReleaseCheck.h
UppercaseLiteralSuffixCheck.cpp Add a missing include to appease the build bots 2021-09-27 14:19:39 -04:00
UppercaseLiteralSuffixCheck.h
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