.. |
e1.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
e2.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
e4.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
e5.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
e6.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
e7.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
e8.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
e9.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
e10.cpp
|
Bug 432278 - Fix a couple of the static-checking testcases: clean up the makefile-fu a little bit, and add a new class of test: one which should issue warnings, which equates to "should fail with -Werror and should pass without -Werror." r=dmandelin
|
2008-05-05 14:32:31 -04:00 |
e11.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
e12.cpp
|
Bug 431832: check outparams for PRBool or void return, r+a=bsmedberg
|
2008-05-20 11:26:03 -07:00 |
e13.cpp
|
Bug 431832: check outparams for PRBool or void return, r+a=bsmedberg
|
2008-05-20 11:26:03 -07:00 |
flow_through_fail.cpp
|
bug 432917: MUST_FLOW_THROUGH static check. r=bsmedberg
|
2008-09-08 11:01:22 -07:00 |
flow_through_pass.cpp
|
bug 432917: MUST_FLOW_THROUGH static check. r=bsmedberg
|
2008-09-08 11:01:22 -07:00 |
Makefile.in
|
Static analysis test cases for bug 479441
|
2009-02-24 10:11:06 -05:00 |
o1.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
o2.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
o3.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
o4.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
o5.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
o6.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
o7.cpp
|
Bug 432278 - Fix a couple of the static-checking testcases: clean up the makefile-fu a little bit, and add a new class of test: one which should issue warnings, which equates to "should fail with -Werror and should pass without -Werror." r=dmandelin
|
2008-05-05 14:32:31 -04:00 |
o8.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
o9.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
o10.cpp
|
Bug 431965: checking in tests forgotten before (r/a=bsmedberg from bug 420933)
|
2008-05-05 10:24:13 -07:00 |
o11.cpp
|
Bug 431832: NS_inparams attr for outparams checker, r=bsmedberg, a=bsmedberg
|
2008-05-02 18:03:38 -07:00 |
o12.cpp
|
Bug 431832: check outparams for PRBool or void return, r+a=bsmedberg
|
2008-05-20 11:26:03 -07:00 |
o13.cpp
|
Bug 431832: check outparams for PRBool or void return, r+a=bsmedberg
|
2008-05-20 11:26:03 -07:00 |
o14.cpp
|
Bug 442829: outparams.js handling nsresults returned as &rv, r=bsmedberg
|
2008-07-01 14:22:49 -07:00 |
o15.cpp
|
Bug 442982: outparams.js now understands func ptr typedef attributes, r=bsmedberg
|
2008-07-01 14:24:58 -07:00 |
o16.cpp
|
Bug 443205: outparams.js needs to consider void-return funcs as nofail, r=bsmedberg
|
2008-07-09 10:35:29 -07:00 |
onull2.cpp
|
Followup to bug 451079 to move/add testcase files.
|
2008-09-02 13:36:19 -04:00 |
onull.cpp
|
Followup to bug 451079 to move/add testcase files.
|
2008-09-02 13:36:19 -04:00 |
opmember.cpp
|
Static analysis test cases for bug 479441
|
2009-02-24 10:11:06 -05:00 |
StackAggrInit.cpp
|
When operator new is used on a class with no constructor it generates an AGGR_INIT_EXPR, not a CALL_EXPR... with testcase. NPODB, static-checking only.
|
2008-12-03 11:49:54 -05:00 |
StackConditional.cpp
|
Bug 453349 - stack-only checker skips conditional blocks, r=dmandelin
|
2008-09-03 13:00:13 -04:00 |
StackNoConstructor.cpp
|
Bug 425454 - whitelist placement-new for stack classes. Also uses treehydra analysis so we don't have to require a constructor for stack classes any more. r=taras
|
2008-06-30 12:44:06 -04:00 |
StackPlacementNewOK.cpp
|
Bug 425454 - whitelist placement-new for stack classes. Also uses treehydra analysis so we don't have to require a constructor for stack classes any more. r=taras
|
2008-06-30 12:44:06 -04:00 |
StackVector.cpp
|
Bug 425454 - whitelist placement-new for stack classes. Also uses treehydra analysis so we don't have to require a constructor for stack classes any more. r=taras
|
2008-06-30 12:44:06 -04:00 |
TestFinal.cpp
|
|
|
TestFinalTemplate.cpp
|
|
|
TestStack.cpp
|
|
|
TestStackTemplate.cpp
|
|
|