gecko-dev/build/clang-plugin/tests
Chris Manchester fab07bc443 Bug 1386876 - Replace all uses of NO_VISIBILITY_FLAGS with a template and remove NO_VISIBILITY_FLAGS. r=glandium
MozReview-Commit-ID: 194U1WMCAM0

--HG--
extra : rebase_source : 365b68b0a1772d238ae9b84966e53dcd1197fd85
2017-05-01 18:12:35 -07:00
..
Makefile.in Bug 1316545 part 6 - Suppress the warning of invalid noreturn. r=ehsan 2016-11-25 16:22:00 +08:00
moz.build Bug 1386876 - Replace all uses of NO_VISIBILITY_FLAGS with a template and remove NO_VISIBILITY_FLAGS. r=glandium 2017-05-01 18:12:35 -07:00
NonParameterTestCases.h Bug 1290337 - Part 22: Add moz_non_param annotation. r=ehsan,jwalden 2016-09-11 18:23:11 +09:00
TestAssertWithAssignment.cpp Bug 1283395 - clang-plugin - add an error if we encounter in MOZ_ASSERT assignment instead of logical expression. r=mystor 2016-07-19 09:59:22 +03:00
TestBadImplicitConversionCtor.cpp
TestCanRunScript.cpp Bug 1380423 - Add static-analysis to enforce strict rules on functions which can run scripts. r=mystor 2017-08-08 19:48:53 +03:00
TestCustomHeap.cpp Bug 1322465 part 8 - Use explicit/MOZ_IMPLICIT for the unary constructors in mfbt/. r=Ehsan 2016-12-16 15:57:15 +08:00
TestDanglingOnTemporary.cpp Bug 1374024 - add checker to prevent dangling pointers returned by method calls on temporaries. r=mystor 2017-07-05 16:14:21 +02:00
TestExplicitOperatorBool.cpp
TestGlobalClass.cpp
TestHeapClass.cpp Bug 1253187 - Remove some warnings in clang-plugin tests, r=ehsan 2016-03-03 18:31:12 +01:00
TestInheritTypeAnnotationsFromTemplateArgs.cpp Bug 1209227 - Part 1: Make the MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS analysis handle packs more correctly, r=ehsan 2016-05-19 09:34:01 -04:00
TestKungFuDeathGrip.cpp Bug 1319903 - Part 1: Ignore ParenExpr's when ignoring trivial expressions; r=mystor 2016-11-23 18:00:00 -05:00
TestMultipleAnnotations.cpp Bug 1267550 (part 1) - Rename MOZ_MUST_USE as MOZ_MUST_USE_TYPE. r=ehsan. 2016-04-27 08:22:10 +10:00
TestMustOverride.cpp
TestMustReturnFromCaller.cpp Bug 1331434 - Part 1: Add an analysis to require a return after calls to annotated functions, r=ehsan 2017-03-07 19:06:48 -05:00
TestMustUse.cpp Bug 1267550 (part 1) - Rename MOZ_MUST_USE as MOZ_MUST_USE_TYPE. r=ehsan. 2016-04-27 08:22:10 +10:00
TestNANTestingExpr.cpp
TestNANTestingExprC.c
TestNeedsNoVTableType.cpp
TestNoAddRefReleaseOnReturn.cpp
TestNoArithmeticExprInArgument.cpp
TestNoAutoType.cpp
TestNoDuplicateRefCntMember.cpp Bug 1244825 - Detect classes with two superclasses with mRefCnt members, r=ehsan 2016-08-05 13:51:35 -04:00
TestNoExplicitMoveConstructor.cpp
TestNonHeapClass.cpp
TestNonMemMovable.cpp Bug 1264827 - Part 2: Add a static analysis to help check Rust wrapped C++ classes for members which are unsafe to memmove; r=mystor 2016-04-18 15:43:46 -04:00
TestNonMemMovableStd.cpp Bug 1339537 - Part 5: Produce better annotation reason diagnostics for implicit annotations, r=ehsan 2017-04-27 12:44:55 -04:00
TestNonMemMovableStdAtomic.cpp Bug 1325694 - Mark the MSVC specific std::atomic base classes as memmovable for static analysis; r=froydnj 2016-12-23 21:03:21 -05:00
TestNonParameterChecker.cpp Bug 1339537 - Part 5: Produce better annotation reason diagnostics for implicit annotations, r=ehsan 2017-04-27 12:44:55 -04:00
TestNonTemporaryClass.cpp Bug 1253187 - Remove some warnings in clang-plugin tests, r=ehsan 2016-03-03 18:31:12 +01:00
TestNoRefcountedInsideLambdas.cpp Bug 1336510 - Part 1: Correct the RefCountedInsideLambda Check to complain about capturing and using this without a backing strong reference, r=ehsan 2017-03-01 15:09:44 -05:00
TestOverrideBaseCall.cpp Bug 1230311 - clang-plugin - static analysis to enforce that if a method is overridden also base method is called. r=mystor 2016-10-06 13:49:00 +03:00
TestOverrideBaseCallAnnotation.cpp Bug 1307702 - clang-plugin - static analysis to reject ussage of MOZ_REQUIRED_BASE_METHOD on non-virtual base methods. r=mystor 2016-10-06 14:02:20 +03:00
TestRefCountedCopyConstructor.cpp
TestSprintfLiteral.cpp Bug 1302163 - Show an error for [v]snprintf with literals using the clang plugin. r=ehsan 2016-10-04 17:57:50 +02:00
TestStackClass.cpp
TestTrivialCtorDtor.cpp