Closed
Bug 669808
Opened 13 years ago
Closed 6 years ago
Check for correct usage of PRBool and other bools
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mwu, Assigned: mwu)
References
Details
Like old prcheck, but better, using clang.
Assignee | ||
Comment 1•13 years ago
|
||
Code released at http://hg.mozilla.org/users/mwu_mozilla.com/boolcheck/ with blog entry at http://blog.mozilla.com/mwu/2011/07/28/the-twelve-booleans-of-mozilla/ .
Assignee | ||
Comment 2•13 years ago
|
||
PRBool issues have been eliminated in most of the Mozilla code base, but bool type mismatches still exist in NSS (and maybe NSPR) where the code is still C. That code needs to be checked and patched.
Updated•7 years ago
|
Product: Core → Firefox Build System
Comment 3•6 years ago
|
||
I think we are done with that project. closing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•