diff browse annotate |
46bc9b15800185d4d814a95ae379cf069740f01a created 2016-11-22 14:20 +0800 pushed 2016-12-02 08:38 +0000 |
Ting-Yu Chou | Ting-Yu Chou - Bug 1316545 part 4 - Run clang.exe instead of clang-cl.exe for loading the plugin. r=ehsan,glandium |
diff browse annotate |
cb43c67f89030fb0ee8e702e48bc78bcbc4c8d51 created 2016-02-05 15:23 -0500 pushed 2016-02-26 12:30 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 1246334 - Add support for building the clang plugin using clang-cl; r=glandium |
diff browse annotate |
63f4deb6cde8682e41ca48186cdf60e0087dcb37 created 2015-11-21 13:54 +0900 pushed 2015-11-24 23:25 +0000 |
Mike Hommey | Mike Hommey - Bug 1227388 - Finish removing dehydra support. r=mshal |
diff browse annotate |
4e3b435b7d3950b9b366d5376f50f3d0d91dc85a created 2014-02-11 10:37 +0900 pushed 2014-02-11 01:41 +0000 |
Mike Hommey | Mike Hommey - Bug 969164 - Replace most BUILDING_JS uses with JS_STANDALONE. r=gps |
diff browse annotate |
2f0f52f627d71c2676d8f7c34830e0d03d6fa3e6 created 2014-02-11 10:37 +0900 pushed 2014-02-11 01:41 +0000 |
Mike Hommey | Mike Hommey - Bug 969164 - Traverse js/src moz.builds from top-level configure. r=gps |
diff browse annotate |
1a1968da61b32a7dee6f1c08c15f7de9e825ec77 created 2014-01-14 07:38 +0900 pushed 2014-01-13 22:39 +0000 |
Mike Hommey | Mike Hommey - Bug 950298 - Make the js build system use top-level as its root objdir. r=gps |
diff browse annotate |
cf75954e488fa602bf19de0b44a710066d0a5c5d created 2013-03-23 21:12 -0500 pushed 2013-03-24 02:38 +0000 |
Joshua Cranmer | Joshua Cranmer - Bug 767563 - Add a clang static checker, part 1: add the plugin shell. r=glandium |
diff browse annotate |
ae1eb238652bd00bab5678d36a85631aaf461d44 created 2013-01-14 15:36 -0500 pushed 2013-01-14 20:36 +0000 |
Filippo Cristofoletti | Filippo Cristofoletti - Bug 817387 - Remove last occurences of NS_OVERRIDE; r=ehsan |
diff browse annotate |
f4157e8c410708d76703f19e4dfb61859bfe32d8 created 2012-05-21 12:12 +0100 pushed 2012-05-21 12:28 +0000 |
Gervase Markham | Gervase Markham - Bug 716478 - update licence to MPL 2. |
diff browse annotate |
202929ab16697c4c2c13cd912a6d302f72560ab3 created 2010-08-18 18:06 -0700 pushed 2016-12-22 15:25 +0000 |
Ehren Metcalfe | Ehren Metcalfe - Bug 575720 - static checking suite: use Dehydra multiple-arg support + fix method signature comparison in several scripts r=taras |
diff browse annotate |
b240b82abfafd07924d5baa551a7d863efcc7804 created 2010-08-18 18:04 -0700 pushed 2016-12-22 15:25 +0000 |
Ehren Metcalfe | Ehren Metcalfe - Bug 573786 - Script to detect static initializers r=taras |
diff browse annotate |
8150d919e280be1b3bc4ae87d12ba865f98f5e36 created 2009-09-04 11:21 -0400 pushed 2016-12-22 15:25 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Bug 500870 - NS_OVERRIDE indicates that a method must override a base-class method, r=taras |
diff browse annotate |
2047ed35d947bd114713fc2b858b3f6f75402a31 created 2009-09-18 10:26 -0700 pushed 2016-12-22 15:25 +0000 |
Taras Glek | Taras Glek - Bug 512726 - Add NS_MUST_OVERRIDE static annotation. r=bsmedberg |
diff browse annotate |
cc49a7b9649330ff5573349582c43b97afec40a2 created 2009-08-07 11:16 -0400 pushed 2016-12-22 15:25 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Fix static-analysis bustage by using treehydra instead of dehydra. My theory is that the dehydra type cache is becoming confused by GCC tree GC which is reusing tree pointers for different types. |
diff browse annotate |
54cf0cbe42e80714ec9cca64771d5e51f7e51f86 created 2009-01-12 14:21 -0500 pushed 2016-12-22 15:25 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Add a static analysis pass to verify that for any do_QueryFrame<Interface> there is an Interface::kFrameIID declared. NPODB, static-checking only. |
diff browse annotate |
515cba6cd88ab2e2003312177ad9af5ab819f113 created 2008-12-11 11:40 -0500 pushed 2016-12-22 15:25 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Bug 468717 - enable static analysis for js/src, r=jorendorff |
diff browse annotate |
27a7da1735981b2be2ab76d49bfd297709d91a9f created 2008-12-09 10:38 -0600 pushed 2016-12-22 15:25 +0000 |
Jason Orendorff | Jason Orendorff - Bug 460865 - Read barrier for cx->fp. r=mrbkap, r=dmandelin. |
diff browse annotate |
4b4ee8b2dc54ea7a19d2584f42ee1ad57f135d97 created 2008-12-02 14:46 -0500 pushed 2016-12-22 15:25 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Bug 467579: --with-static-checking is broken in spidermonkey. There is currently no useful static checking infrastructure for spidermonkey, so disable it for the time being, r=jimb |