gecko/build/clang-plugin/tests
2015-06-03 16:51:36 -04:00
..
Makefile.in Bug 1114999 - Part 1: Create an analysis for disallowing calling AddRef and Release on the return value of functions; r=jrmuizel 2015-01-22 17:54:54 -05:00
moz.build Bug 1153348 - Add an analysis to prohibit operator bools which aren't marked as either explicit or MOZ_IMPLICIT; r=jrmuizel 2015-04-21 21:40:49 -04:00
TestBadImplicitConversionCtor.cpp Bug 1123459 - Add an informational note to the diagnostic explaining to use the explicit keyword; r=jrmuizel 2015-01-19 16:39:29 -05:00
TestCustomHeap.cpp
TestExplicitOperatorBool.cpp Bug 1153348 - Add an analysis to prohibit operator bools which aren't marked as either explicit or MOZ_IMPLICIT; r=jrmuizel 2015-04-21 21:40:49 -04:00
TestGlobalClass.cpp Bug 773014 - Part 1: Add an analysis for marking classes as global-only; r=jrmuizel 2014-12-22 18:10:32 -05:00
TestMustOverride.cpp
TestNANTestingExpr.cpp Backed out changeset fae8ad41a604 (bug 927430) because of build bustage on a CLOSED TREE 2015-01-18 19:04:23 -05:00
TestNANTestingExprC.c Backed out changeset fae8ad41a604 (bug 927430) because of build bustage on a CLOSED TREE 2015-01-18 19:04:23 -05:00
TestNoAddRefReleaseOnReturn.cpp Bug 1156084 - Disallow AddRef() and Release() calls on the return value of methods returning XPCOM objects; r=jrmuizel 2015-05-15 08:39:55 -04:00
TestNoArithmeticExprInArgument.cpp Bug 1123527 - Initialized some locals in TestNoArithmeticExprInArgument.cpp. r=ehsan. 2015-01-15 22:16:38 -08:00
TestNonHeapClass.cpp Bug 1111425 - Silence the warning about operator new returning null in TestNonHeapClass.cpp; r=jrmuizel 2014-12-16 00:38:21 -05:00
TestNoRefcountedInsideLambdas.cpp Bug 1170388 - Restrict the static analysis error given about raw pointers to refcounted objects inside a lambda, to the case where the raw pointer is captured. r=ehsan 2015-06-03 16:51:36 -04:00
TestStackClass.cpp Bug 1111425 - Silence the warning about operator new returning null in TestNonHeapClass.cpp; r=jrmuizel 2014-12-16 00:38:21 -05:00
TestTrivialCtorDtor.cpp Bug 1114267 - Part 1: Add an analysis to force some classes to have trivial ctors and dtors; r=jrmuizel 2014-12-22 18:15:42 -05:00