Michael Layzell
|
4c04d1c2fe
|
Bug 1192015 - Refactor allocation analysis in clang plugin to better allow adding new analyses, and support detecting temporary value allocations, r=ehsan
|
2015-08-09 12:42:09 -04:00 |
|
Michael Layzell
|
173df8ce64
|
Bug 1185044 - Unify type annotation logic between MOZ_*_CLASS and MOZ_MUST_USE; r=ehsan
|
2015-07-24 19:13:15 -04:00 |
|
Ehsan Akhgari
|
1d22a046fc
|
Bug 1111425 - Silence the warning about operator new returning null in TestNonHeapClass.cpp; r=jrmuizel
clang issues the following warning on this:
'operator new' should not return a null pointer unless it is declared 'throw()' or 'noexcept'
|
2014-12-16 00:38:21 -05:00 |
|
Joshua Cranmer
|
7b3c8b5498
|
Bug 868285 - Fix static checking builds, part 1: infer MOZ_STACK_CLASS. r=bsmedberg
|
2013-05-27 16:04:18 -05:00 |
|
Joshua Cranmer
|
a71a69cd2b
|
Bug 856108 - Port static analyses to clang, part 1: stack-class. r=ehsan
|
2013-04-11 22:20:02 -05:00 |
|