.. |
alpha
|
Bug 1677775 - reformat .mozbuild files with Black r=linter-reviewers,geckoview-reviewers,firefox-build-system-reviewers,ahal,glandium,owlish,sylvestre
|
2023-12-08 04:26:45 +00:00 |
external
|
…
|
|
mozsearch-plugin
|
Bug 1583635 - Update MozsearchIndexer to export macro expansions. r=asuth
|
2024-07-25 20:10:20 +00:00 |
tests
|
Bug 1906804 - Move CFLAGS and CXXFLAGS from old-configure to moz.configure r=glandium
|
2024-08-01 15:12:49 +00:00 |
.clang-format
|
…
|
|
ArithmeticArgChecker.cpp
|
…
|
|
ArithmeticArgChecker.h
|
…
|
|
AssertAssignmentChecker.cpp
|
…
|
|
AssertAssignmentChecker.h
|
…
|
|
BaseCheck.h
|
…
|
|
CanRunScriptChecker.cpp
|
Bug 1826036 - Make CanRunScriptChecker treat references as safe if initialized with safe things r=andi
|
2023-04-04 05:07:33 +00:00 |
CanRunScriptChecker.h
|
…
|
|
Checks.inc
|
Bug 1878108 - Replace custom MOZ_LIFETIME_BOUND with built-in. r=nika,glandium
|
2024-02-06 13:00:39 +00:00 |
ChecksIncludes.inc
|
Bug 1878108 - Replace custom MOZ_LIFETIME_BOUND with built-in. r=nika,glandium
|
2024-02-06 13:00:39 +00:00 |
CustomAttributes.cpp
|
Bug 1798305 - for clang-tidy do not cache attributes using a matcher since incomplete definitions may occur. r=sergesanspaille
|
2023-03-27 16:04:39 +00:00 |
CustomAttributes.h
|
…
|
|
CustomAttributes.inc
|
Bug 1878108 - Replace custom MOZ_LIFETIME_BOUND with built-in. r=nika,glandium
|
2024-02-06 13:00:39 +00:00 |
CustomMatchers.h
|
Bug 1907753 - Fix clang plugin after removal of StringRef::equals on clang trunk. r=nika
|
2024-07-17 19:56:19 +00:00 |
CustomTypeAnnotation.cpp
|
Bug 1744604 - Part 1: Make CustomTypeAnnotation more flexible, r=andi
|
2021-12-14 16:49:17 +00:00 |
CustomTypeAnnotation.h
|
Bug 1744604 - Part 1: Make CustomTypeAnnotation more flexible, r=andi
|
2021-12-14 16:49:17 +00:00 |
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
|
…
|
|
JSHandleRootedTypedefChecker.cpp
|
Bug 1769290 - Part 26: Emit errors from JSHandleRootedTypedefChecker r=andi,geckoview-reviewers,owlish
|
2022-08-09 14:13:30 +00:00 |
JSHandleRootedTypedefChecker.h
|
Bug 1766038 - Prefer full qualified types over typedefs for JS::Handle/Rooted r=andi,sfink
|
2022-05-13 22:45:51 +00:00 |
KnownLiveChecker.cpp
|
Bug 1765832 - Part 1: Restrict MOZ_KNOWN_LIVE to be modifiable only by constructor/destructors r=andi
|
2022-05-18 18:07:00 +00:00 |
KnownLiveChecker.h
|
Bug 1765832 - Part 1: Restrict MOZ_KNOWN_LIVE to be modifiable only by constructor/destructors r=andi
|
2022-05-18 18:07:00 +00:00 |
KungFuDeathGripChecker.cpp
|
…
|
|
KungFuDeathGripChecker.h
|
…
|
|
LoadLibraryUsageChecker.cpp
|
…
|
|
LoadLibraryUsageChecker.h
|
…
|
|
Makefile.in
|
Bug 1902214 - Move clang library linkage to moz.build. r=firefox-build-system-reviewers,sergesanspaille
|
2024-06-14 01:59:04 +00:00 |
MemMoveAnnotation.h
|
Bug 1225722 - Less restrictive non-memmovable static analysis of std::tuple. r=nika
|
2022-02-01 23:12:30 +00:00 |
MozCheckAction.cpp
|
…
|
|
MozillaTidyModule.cpp
|
…
|
|
MustOverrideChecker.cpp
|
…
|
|
MustOverrideChecker.h
|
…
|
|
MustReturnFromCallerChecker.cpp
|
Bug 1814134 - Fix clang plugin to build with recent clang trunk. r=firefox-build-system-reviewers,ahochheiden
|
2023-01-31 17:18:03 +00:00 |
MustReturnFromCallerChecker.h
|
…
|
|
NaNExprChecker.cpp
|
Bug 1660405 - Move away from mozilla::IsNaN in favor of std::isnan. r=nbp,media-playback-reviewers,sergesanspaille,padenot
|
2023-03-22 11:35:33 +00:00 |
NaNExprChecker.h
|
…
|
|
NeedsNoVTableTypeChecker.cpp
|
…
|
|
NeedsNoVTableTypeChecker.h
|
…
|
|
NoAddRefReleaseOnReturnChecker.cpp
|
…
|
|
NoAddRefReleaseOnReturnChecker.h
|
…
|
|
NoAutoTypeChecker.cpp
|
…
|
|
NoAutoTypeChecker.h
|
…
|
|
NoDuplicateRefCntMemberChecker.cpp
|
…
|
|
NoDuplicateRefCntMemberChecker.h
|
…
|
|
NoExplicitMoveConstructorChecker.cpp
|
Bug 1743020 - Part 1: Opt third-party paths out of NoExplicitMoveConstructor checker, r=andi
|
2022-06-02 13:24:09 +00:00 |
NoExplicitMoveConstructorChecker.h
|
…
|
|
NoNewThreadsChecker.cpp
|
…
|
|
NoNewThreadsChecker.h
|
…
|
|
NoPrincipalGetURI.cpp
|
Bug 1779346 - Fix NoPrincipalGetURI matchers. r=andi
|
2022-07-22 07:59:35 +00:00 |
NoPrincipalGetURI.h
|
…
|
|
NoUsingNamespaceMozillaJavaChecker.cpp
|
…
|
|
NoUsingNamespaceMozillaJavaChecker.h
|
…
|
|
NonMemMovableMemberChecker.cpp
|
…
|
|
NonMemMovableMemberChecker.h
|
…
|
|
NonMemMovableTemplateArgChecker.cpp
|
…
|
|
NonMemMovableTemplateArgChecker.h
|
…
|
|
NonParamInsideFunctionDeclChecker.cpp
|
Bug 1803471 - Adjust clang plugin to upstream changes on trunk. r=firefox-build-system-reviewers,ahochheiden
|
2022-12-01 23:59:01 +00:00 |
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 1783374 - Adjust RefCountedInsideLambdaChecker to clang trunk changes. r=andi
|
2022-08-10 08:14:06 +00:00 |
RefCountedInsideLambdaChecker.h
|
…
|
|
RefCountedThisInsideConstructorChecker.cpp
|
Bug 1842871 - Add static check to forbid RefPtr(this) inside constructors r=sergesanspaille
|
2024-02-01 11:04:00 +00:00 |
RefCountedThisInsideConstructorChecker.h
|
Bug 1842871 - Add static check to forbid RefPtr(this) inside constructors r=sergesanspaille
|
2024-02-01 11:04:00 +00:00 |
ScopeChecker.cpp
|
…
|
|
ScopeChecker.h
|
…
|
|
SprintfLiteralChecker.cpp
|
…
|
|
SprintfLiteralChecker.h
|
…
|
|
StmtToBlockMap.h
|
Bug 1814134 - Fix clang plugin to build with recent clang trunk. r=firefox-build-system-reviewers,ahochheiden
|
2023-01-31 17:18:03 +00:00 |
ThirdPartyPaths.h
|
…
|
|
ThirdPartyPaths.py
|
Backed out 2 changesets (bug 1776104) as requested by Andi
|
2022-07-06 19:15:18 +03:00 |
ThreadAllows.py
|
Bug 1790816 - Reformat build/ with isort. r=linter-reviewers,ahal DONTBUILD
|
2022-11-24 17:23:47 +00:00 |
ThreadAllows.txt
|
Bug 1901197: do synchronous Content Analysis for clipboard operations on a background thread r=dlp-reviewers,ipc-reviewers,handyman
|
2024-07-04 01:24:53 +00:00 |
ThreadFileAllows.txt
|
Bug 1772908 - [5/6] Implement WinHandleWatcher r=xpcom-reviewers,nika
|
2022-12-13 16:38:06 +00:00 |
TrivialCtorDtorChecker.cpp
|
…
|
|
TrivialCtorDtorChecker.h
|
…
|
|
TrivialDtorChecker.cpp
|
…
|
|
TrivialDtorChecker.h
|
…
|
|
Utils.h
|
Bug 1893578 - Fix clang-plugin to build against clang trunk. r=sylvestre
|
2024-04-26 07:28:29 +00:00 |
VariableUsageHelpers.cpp
|
Bug 1814134 - Fix clang plugin to build with recent clang trunk. r=firefox-build-system-reviewers,ahochheiden
|
2023-01-31 17:18:03 +00:00 |
VariableUsageHelpers.h
|
…
|
|
import_mozilla_checks.py
|
Bug 1790816 - Reformat build/ with isort. r=linter-reviewers,ahal DONTBUILD
|
2022-11-24 17:23:47 +00:00 |
moz.build
|
Bug 1902214 - Move clang library linkage to moz.build. r=firefox-build-system-reviewers,sergesanspaille
|
2024-06-14 01:59:04 +00:00 |
plugin.h
|
…
|
|