.. |
alpha
|
Bug 1662652 - New non-standard move checker. r=andi
|
2021-03-12 08:15:32 +00:00 |
external
|
Bug 1664394 - rename linux64-civet-tidy to linux64-external-tidy;r=andi
|
2020-09-15 15:06:10 +00:00 |
mozsearch-plugin
|
Bug 1728376 - Searchfox should treat pure virtual declarations as definitions. r=jrmuizel
|
2021-09-01 02:41:05 +00:00 |
tests
|
Bug 1729598 - Remove now-unused MustUseChecker and MOZ_MUST_USE_TYPE attribute. r=static-analysis-reviewers,andi
|
2021-09-15 05:10:51 +00:00 |
.clang-format
|
…
|
|
ArithmeticArgChecker.cpp
|
…
|
|
ArithmeticArgChecker.h
|
…
|
|
AssertAssignmentChecker.cpp
|
…
|
|
AssertAssignmentChecker.h
|
…
|
|
BaseCheck.h
|
…
|
|
CanRunScriptChecker.cpp
|
Bug 1691515 - Add MOZ_KNOWN_LIVE member annotation r=andi
|
2021-03-05 23:23:03 +00:00 |
CanRunScriptChecker.h
|
…
|
|
Checks.inc
|
Bug 1729598 - Remove now-unused MustUseChecker and MOZ_MUST_USE_TYPE attribute. r=static-analysis-reviewers,andi
|
2021-09-15 05:10:51 +00:00 |
ChecksIncludes.inc
|
Bug 1729598 - Remove now-unused MustUseChecker and MOZ_MUST_USE_TYPE attribute. r=static-analysis-reviewers,andi
|
2021-09-15 05:10:51 +00:00 |
CustomAttributes.cpp
|
Bug 1644852 - Add an external/CustomAttributes.inc r=andi
|
2020-06-10 14:28:57 -05:00 |
CustomAttributes.h
|
Bug 1644852 - Add an external/CustomAttributes.inc r=andi
|
2020-06-10 14:28:57 -05:00 |
CustomAttributes.inc
|
Bug 1729598 - Remove now-unused MustUseChecker and MOZ_MUST_USE_TYPE attribute. r=static-analysis-reviewers,andi
|
2021-09-15 05:10:51 +00:00 |
CustomMatchers.h
|
Bug 1731582 - starting with clang-13 `Expr::isRValue` has been changed to `Expr::isPRValue`. r=glandium
|
2021-09-28 07:52:16 +00:00 |
CustomTypeAnnotation.cpp
|
…
|
|
CustomTypeAnnotation.h
|
…
|
|
DanglingOnTemporaryChecker.cpp
|
…
|
|
DanglingOnTemporaryChecker.h
|
…
|
|
DiagnosticsMatcher.cpp
|
…
|
|
DiagnosticsMatcher.h
|
…
|
|
ExplicitImplicitChecker.cpp
|
…
|
|
ExplicitImplicitChecker.h
|
…
|
|
ExplicitOperatorBoolChecker.cpp
|
Bug 1707681 - Ignore third party paths in explicit-operator-bool check r=andi
|
2021-05-04 06:20:25 +00:00 |
ExplicitOperatorBoolChecker.h
|
…
|
|
FopenUsageChecker.cpp
|
…
|
|
FopenUsageChecker.h
|
…
|
|
KungFuDeathGripChecker.cpp
|
…
|
|
KungFuDeathGripChecker.h
|
…
|
|
LoadLibraryUsageChecker.cpp
|
…
|
|
LoadLibraryUsageChecker.h
|
…
|
|
Makefile.in
|
Bug 1724606 - Replace uses of MACOSX_DEPLOYMENT_TARGET env variable with -mmacosx-version-min flag. r=firefox-build-system-reviewers,andi
|
2021-08-11 07:40:57 +00:00 |
MemMoveAnnotation.h
|
…
|
|
MozCheckAction.cpp
|
…
|
|
MozillaTidyModule.cpp
|
Bug 1652039 - Include checks in subdirectories in MozillaTidyModule.cpp r=andi
|
2020-07-20 07:50:47 +00:00 |
MustOverrideChecker.cpp
|
…
|
|
MustOverrideChecker.h
|
…
|
|
MustReturnFromCallerChecker.cpp
|
Bug 1666307 - Turn assertion failure into an early return for now. r=andi
|
2020-09-22 12:33:32 +00:00 |
MustReturnFromCallerChecker.h
|
…
|
|
NaNExprChecker.cpp
|
…
|
|
NaNExprChecker.h
|
…
|
|
NeedsNoVTableTypeChecker.cpp
|
…
|
|
NeedsNoVTableTypeChecker.h
|
…
|
|
NoAddRefReleaseOnReturnChecker.cpp
|
Bug 1600239 - Make message produced by NoAddRefReleaseOnReturnChecker more explicit. r=andi
|
2021-02-23 16:24:30 +00:00 |
NoAddRefReleaseOnReturnChecker.h
|
…
|
|
NoAutoTypeChecker.cpp
|
…
|
|
NoAutoTypeChecker.h
|
…
|
|
NoDuplicateRefCntMemberChecker.cpp
|
…
|
|
NoDuplicateRefCntMemberChecker.h
|
…
|
|
NoExplicitMoveConstructorChecker.cpp
|
…
|
|
NoExplicitMoveConstructorChecker.h
|
…
|
|
NoNewThreadsChecker.cpp
|
…
|
|
NoNewThreadsChecker.h
|
…
|
|
NoPrincipalGetURI.cpp
|
Bug 1638576 - Correct spelling of "deprecated" (follow-up to bug 1611160). r=sylvestre
|
2020-05-17 20:20:38 +00:00 |
NoPrincipalGetURI.h
|
…
|
|
NoUsingNamespaceMozillaJavaChecker.cpp
|
…
|
|
NoUsingNamespaceMozillaJavaChecker.h
|
…
|
|
NonMemMovableMemberChecker.cpp
|
…
|
|
NonMemMovableMemberChecker.h
|
…
|
|
NonMemMovableTemplateArgChecker.cpp
|
…
|
|
NonMemMovableTemplateArgChecker.h
|
…
|
|
NonParamInsideFunctionDeclChecker.cpp
|
…
|
|
NonParamInsideFunctionDeclChecker.h
|
…
|
|
NonTrivialTypeInFfiChecker.cpp
|
…
|
|
NonTrivialTypeInFfiChecker.h
|
…
|
|
OverrideBaseCallChecker.cpp
|
…
|
|
OverrideBaseCallChecker.h
|
…
|
|
OverrideBaseCallUsageChecker.cpp
|
…
|
|
OverrideBaseCallUsageChecker.h
|
…
|
|
ParamTraitsEnumChecker.cpp
|
…
|
|
ParamTraitsEnumChecker.h
|
…
|
|
RecurseGuard.h
|
…
|
|
RefCountedCopyConstructorChecker.cpp
|
…
|
|
RefCountedCopyConstructorChecker.h
|
…
|
|
RefCountedInsideLambdaChecker.cpp
|
Bug 1699844 - Add an escape hatch for the refcounted inside lambda checker. r=andi
|
2021-04-14 19:12:02 +00:00 |
RefCountedInsideLambdaChecker.h
|
…
|
|
ScopeChecker.cpp
|
…
|
|
ScopeChecker.h
|
…
|
|
SprintfLiteralChecker.cpp
|
…
|
|
SprintfLiteralChecker.h
|
…
|
|
StmtToBlockMap.h
|
Bug 1682611 - Update clang-plugin for removal of ast_type_traits namespace in clang 12 r=static-analysis-reviewers,andi
|
2020-12-15 19:30:51 +00:00 |
TemporaryLifetimeBoundChecker.cpp
|
Bug 1651323 - Add temporary lifetime bound checker. r=andi,xpcom-reviewers,nika
|
2020-07-10 12:15:57 +00:00 |
TemporaryLifetimeBoundChecker.h
|
Bug 1651323 - Add temporary lifetime bound checker. r=andi,xpcom-reviewers,nika
|
2020-07-10 12:15:57 +00:00 |
ThirdPartyPaths.h
|
…
|
|
ThirdPartyPaths.py
|
Bug 1654103: Standardize on Black for Python code in `mozilla-central`.
|
2020-10-26 18:34:53 +00:00 |
ThreadAllows.py
|
Bug 1654103: Standardize on Black for Python code in `mozilla-central`.
|
2020-10-26 18:34:53 +00:00 |
ThreadAllows.txt
|
Bug 1732328 - Remove the vestiges of LayerScope. r=gfx-reviewers,jrmuizel
|
2021-09-25 16:22:25 +00:00 |
ThreadFileAllows.txt
|
…
|
|
TrivialCtorDtorChecker.cpp
|
…
|
|
TrivialCtorDtorChecker.h
|
…
|
|
TrivialDtorChecker.cpp
|
…
|
|
TrivialDtorChecker.h
|
…
|
|
Utils.h
|
Bug 1731582 - starting with clang-13 some member functions from `StringRef` have been renamed. r=glandium
|
2021-09-28 07:52:17 +00:00 |
VariableUsageHelpers.cpp
|
…
|
|
VariableUsageHelpers.h
|
…
|
|
import_mozilla_checks.py
|
Bug 1654103: Standardize on Black for Python code in `mozilla-central`.
|
2020-10-26 18:34:53 +00:00 |
moz.build
|
Bug 1729598 - Remove now-unused MustUseChecker and MOZ_MUST_USE_TYPE attribute. r=static-analysis-reviewers,andi
|
2021-09-15 05:10:51 +00:00 |
plugin.h
|
Bug 1650804 - Update clang-tidy code for new ClangTidyCheck.h header in recent clangs r=static-analysis-reviewers,andi
|
2020-07-06 16:31:17 +00:00 |