..
AvoidConstParamsInDecls.cpp
Port getLocEnd -> getEndLoc
2018-08-09 22:43:02 +00:00
AvoidConstParamsInDecls.h
…
BracesAroundStatementsCheck.cpp
Port getLocEnd -> getEndLoc
2018-08-09 22:43:02 +00:00
BracesAroundStatementsCheck.h
…
CMakeLists.txt
Implement the readability-const-return-type check.
2018-10-31 19:11:38 +00:00
ConstReturnTypeCheck.cpp
Implement the readability-const-return-type check.
2018-10-31 19:11:38 +00:00
ConstReturnTypeCheck.h
Implement the readability-const-return-type check.
2018-10-31 19:11:38 +00:00
ContainerSizeEmptyCheck.cpp
[clang-tidy] Avoid inconsistent notes in readability-container-size-empty
2018-11-27 10:53:44 +00:00
ContainerSizeEmptyCheck.h
…
DeleteNullPointerCheck.cpp
Port getLocEnd -> getEndLoc
2018-08-09 22:43:02 +00:00
DeleteNullPointerCheck.h
…
DeletedDefaultCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
DeletedDefaultCheck.h
…
ElseAfterReturnCheck.cpp
[clang-tidy] Resolve readability-else-after-return false positive for constexpr if.
2018-10-19 15:26:17 +00:00
ElseAfterReturnCheck.h
…
FunctionSizeCheck.cpp
Port getLocEnd -> getEndLoc
2018-08-09 22:43:02 +00:00
FunctionSizeCheck.h
[clang-tidy] readability-function-size: add VariableThreshold param.
2018-04-12 12:06:42 +00:00
IdentifierNamingCheck.cpp
[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check (CERT DCL16-C, MISRA C:2012, 7.3, MISRA C++:2008, 2-13-4)
2018-10-26 13:09:27 +00:00
IdentifierNamingCheck.h
…
ImplicitBoolConversionCheck.cpp
[clang-tidy] Ignore bool -> single bit bitfield conversion in readability-implicit-bool-conversion
2018-11-27 16:23:39 +00:00
ImplicitBoolConversionCheck.h
…
InconsistentDeclarationParameterNameCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
InconsistentDeclarationParameterNameCheck.h
[clang-tidy] readability-inconsistent-declaration-parameter-name: accept approximate name matches.
2018-07-13 11:41:56 +00:00
IsolateDeclarationCheck.cpp
A bit of AST matcher cleanup, NFC.
2018-11-25 02:41:01 +00:00
IsolateDeclarationCheck.h
[clang-tidy] new check 'readability-isolate-declaration'
2018-10-31 16:50:44 +00:00
MagicNumbersCheck.cpp
llvm::sort(C.begin(), C.end()) -> llvm::sort(C)
2018-09-27 04:19:29 +00:00
MagicNumbersCheck.h
Add a new check to the readability module that flags uses of "magic numbers" (both floating-point and integral).
2018-08-12 14:35:13 +00:00
MisleadingIndentationCheck.cpp
Port getLocEnd -> getEndLoc
2018-08-09 22:43:02 +00:00
MisleadingIndentationCheck.h
…
MisplacedArrayIndexCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
MisplacedArrayIndexCheck.h
…
NamedParameterCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
NamedParameterCheck.h
…
NamespaceCommentCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
NamespaceCommentCheck.h
[clang-tidy] Fix google-readability-namespace-comments handling of C++17 nested namespaces
2018-01-11 13:00:28 +00:00
NonConstParameterCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
NonConstParameterCheck.h
…
ReadabilityTidyModule.cpp
Implement the readability-const-return-type check.
2018-10-31 19:11:38 +00:00
RedundantControlFlowCheck.cpp
Port getLocEnd -> getEndLoc
2018-08-09 22:43:02 +00:00
RedundantControlFlowCheck.h
…
RedundantDeclarationCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
RedundantDeclarationCheck.h
…
RedundantFunctionPtrDereferenceCheck.cpp
…
RedundantFunctionPtrDereferenceCheck.h
…
RedundantMemberInitCheck.cpp
…
RedundantMemberInitCheck.h
…
RedundantSmartptrGetCheck.cpp
[clang-tidy] add IgnoreMacros option to readability-redundant-smartptr-get
2018-10-21 19:16:25 +00:00
RedundantSmartptrGetCheck.h
[clang-tidy] add IgnoreMacros option to readability-redundant-smartptr-get
2018-10-21 19:16:25 +00:00
RedundantStringCStrCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
RedundantStringCStrCheck.h
…
RedundantStringInitCheck.cpp
…
RedundantStringInitCheck.h
…
SimplifyBooleanExprCheck.cpp
A bit of AST matcher cleanup, NFC.
2018-11-25 02:41:01 +00:00
SimplifyBooleanExprCheck.h
[clang-tidy] Update checks to play nicely with limited traversal scope added in r346847
2018-11-15 15:06:11 +00:00
SimplifySubscriptExprCheck.cpp
Port getLocEnd -> getEndLoc
2018-08-09 22:43:02 +00:00
SimplifySubscriptExprCheck.h
Add a new check, readability-simplify-subscript-expr, that diagnoses array subscript expressions that can be simplified.
2018-05-16 20:12:06 +00:00
StaticAccessedThroughInstanceCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
StaticAccessedThroughInstanceCheck.h
…
StaticDefinitionInAnonymousNamespaceCheck.cpp
…
StaticDefinitionInAnonymousNamespaceCheck.h
…
StringCompareCheck.cpp
Port getLocStart -> getBeginLoc
2018-08-09 22:42:26 +00:00
StringCompareCheck.h
clang-tidy/rename_check.py misc-string-compare readability-string-compare
2018-01-30 14:55:50 +00:00
UniqueptrDeleteReleaseCheck.cpp
Port getLocEnd -> getEndLoc
2018-08-09 22:43:02 +00:00
UniqueptrDeleteReleaseCheck.h
…
UppercaseLiteralSuffixCheck.cpp
A bit of AST matcher cleanup, NFC.
2018-11-25 02:41:01 +00:00
UppercaseLiteralSuffixCheck.h
[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check (CERT DCL16-C, MISRA C:2012, 7.3, MISRA C++:2008, 2-13-4)
2018-10-26 13:09:27 +00:00