Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git] / build / clang-plugin / ChecksIncludes.inc
blobf9e0d9d8f17af0d9c8f62f88c633db985ad7854c
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 // The list of #include directives necessary for the checker classes that
6 // are compatible with clang-tidy.
8 #include "ArithmeticArgChecker.h"
9 #include "AssertAssignmentChecker.h"
10 #include "CanRunScriptChecker.h"
11 #include "DanglingOnTemporaryChecker.h"
12 #include "ExplicitImplicitChecker.h"
13 #include "ExplicitOperatorBoolChecker.h"
14 #ifdef TARGET_IS_WINDOWS
15 #include "LoadLibraryUsageChecker.h"
16 #include "FopenUsageChecker.h"
17 #endif
18 #include "JSHandleRootedTypedefChecker.h"
19 #include "KungFuDeathGripChecker.h"
20 #include "KnownLiveChecker.h"
21 #include "MustOverrideChecker.h"
22 #include "MustReturnFromCallerChecker.h"
23 #include "NaNExprChecker.h"
24 #include "NoPrincipalGetURI.h"
25 #include "NeedsNoVTableTypeChecker.h"
26 #include "NoAddRefReleaseOnReturnChecker.h"
27 #include "NoAutoTypeChecker.h"
28 #include "NoDuplicateRefCntMemberChecker.h"
29 #include "NoExplicitMoveConstructorChecker.h"
30 #include "NoNewThreadsChecker.h"
31 #include "NonMemMovableMemberChecker.h"
32 #include "NonMemMovableTemplateArgChecker.h"
33 #include "NonParamInsideFunctionDeclChecker.h"
34 #include "NonTrivialTypeInFfiChecker.h"
35 #include "NoUsingNamespaceMozillaJavaChecker.h"
36 #include "OverrideBaseCallChecker.h"
37 #include "OverrideBaseCallUsageChecker.h"
38 #include "ParamTraitsEnumChecker.h"
39 #include "RefCountedCopyConstructorChecker.h"
40 #include "RefCountedInsideLambdaChecker.h"
41 #include "ScopeChecker.h"
42 #include "SprintfLiteralChecker.h"
43 #include "TemporaryLifetimeBoundChecker.h"
44 #include "TrivialCtorDtorChecker.h"
45 #include "TrivialDtorChecker.h"