Open
Bug 1183114
Opened 10 years ago
Updated 3 years ago
Change the MOZ_MUST_USE analysis to support annotating non-class types
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
NEW
People
(Reporter: nika, Unassigned)
References
Details
This could be done easily by changing getAsCXXRecordDecl() to getAsTagDecl() in the clang plugin, however, this cannot be done on the version of clang on try.
After bug 1123386 lands, we can fix this.
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•