Re: Clang static checking support now available

2013-03-31 Thread Boris Zbarsky
On 3/31/13 8:05 AM, ISHIKAWA, Chiaki wrote: Has mozilla considered using this free service before? Yes. You can query bugzilla for coverity-based bug reports... The false positive rate was very very high, last time it was tried. -Boris ___ dev-plat

Re: Clang static checking support now available

2013-03-31 Thread Ted Mielczarek
On 3/31/2013 8:05 AM, ISHIKAWA, Chiaki wrote: > Now, I know that a commercial testing tool maker is offering free scan > service > for open source project. > See > http://scan.coverity.com/project_register.html > > Has mozilla considered using this free service before? > And if not, why not? Cover

Re: Clang static checking support now available

2013-03-31 Thread ISHIKAWA, Chiaki
(2013/03/29 14:31), Joshua Cranmer 🐧 wrote: On 3/25/2013 11:40 PM, Joshua Cranmer 🐧 wrote: As of yesterday, clang static-checking support has been checked into the tree. To use it, compile with clang 3.2 (tip-of-trunk may or may not work) and --enable-clang-plugin on a Linux machine. Mac suppo

Re: Clang static checking support now available

2013-03-28 Thread Joshua Cranmer 🐧
On 3/25/2013 11:40 PM, Joshua Cranmer 🐧 wrote: As of yesterday, clang static-checking support has been checked into the tree. To use it, compile with clang 3.2 (tip-of-trunk may or may not work) and --enable-clang-plugin on a Linux machine. Mac support is currently not enabled since I don't own

Clang static checking support now available

2013-03-25 Thread Joshua Cranmer 🐧
As of yesterday, clang static-checking support has been checked into the tree. To use it, compile with clang 3.2 (tip-of-trunk may or may not work) and --enable-clang-plugin on a Linux machine. Mac support is currently not enabled since I don't own a Mac and the build system for this kind of st