Ehren Metcalfe
|
eefb380a24
|
Bug 576214 - fix NS_STACK_CLASS analysis for Dehydra with GCC 4.5 r=taras
|
2010-08-18 18:05:49 -07:00 |
Benjamin Smedberg
|
6863d9f3f4
|
Resolve the static-analysis bustage from bug 498938 by recognizing COND_EXPR.
|
2009-07-27 10:47:22 -04:00 |
Benjamin Smedberg
|
2dbc3fb170
|
Bug 496969 - The stack analysis is broken when compiling with -O3 -fstrict-aliasing.
|
2009-06-08 18:03:23 -04:00 |
Benjamin Smedberg
|
be64754c95
|
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 |
Benjamin Smedberg
|
ac9c2a0930
|
Change the stack-class analysis to a warning instead of an error, at least temporarily: the analysis was buggy when originally landed, and there are some heap-allocated autostrings outstanding through the tree.
|
2008-12-01 13:59:58 -05:00 |
Benjamin Smedberg
|
9123cda70b
|
Bug 453349 - stack-only checker skips conditional blocks, r=dmandelin
|
2008-09-03 13:00:13 -04:00 |
Benjamin Smedberg
|
1e79d505c8
|
Bug 453343 - Print more complete error messages that trace the base classes and members that cause a particular class to be stack-only, r=dmandelin
|
2008-09-03 13:00:13 -04:00 |
Benjamin Smedberg
|
cb3eb39381
|
Bug 453341 - Allow stack checking to be suppressed per-function, r=dmandelin sr=jst
|
2008-09-03 13:00:12 -04:00 |
Benjamin Smedberg
|
e67d75888e
|
Bug 445570 - Mark CSSToken::mIdent heap autostring as we-know-what-we're-doing, r=dbaron
|
2008-08-27 10:58:50 -04:00 |
Benjamin Smedberg
|
b0f56e0013
|
mozilla-central followup for bug 449075 - bases.type intead of bases to match the new schema
|
2008-08-07 16:12:49 -04:00 |
Benjamin Smedberg
|
4886e82b07
|
Fix whitespace (hard tabs)
|
2008-06-30 15:35:11 -04:00 |
Benjamin Smedberg
|
3eab5b1142
|
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 |
Benjamin Smedberg
|
1829cc61f7
|
Bug 437647 - Dispatch outparams and other analyses explicitly, so it's easier to add various analyses, r=dmandelin
|
2008-06-06 15:31:11 -04:00 |