Open
Bug 1359562
Opened 8 years ago
Updated 2 years ago
Static analysis for unused bool outparams
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement, P3)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
NEW
People
(Reporter: sfink, Unassigned)
Details
MOZ_MUST_USE is great for bool return values. It would be nice to have something similar for bool outparams:
SomeType foo(bool *aSuccess);
MOZ_MUST_DEREFERENCE or something.
Updated•8 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•6 years ago
|
Priority: P2 → P3
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•