Closed
Bug 1319783
Opened 8 years ago
Closed 7 years ago
Convert some code in xpfe/ to C++11
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox53 affected)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | affected |
People
(Reporter: andi, Assigned: andi)
References
Details
Attachments
(2 obsolete files)
Using the checkers provided by clang-tidy we can refresh the code to make it use the features of C++11 like:
- auto variables declarations
- default CTORS and DTORS
- using new range loop operators
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8813678 -
Flags: review?(neil)
Attachment #8813679 -
Flags: review?(neil)
Updated•7 years ago
|
Product: Core → Firefox Build System
| Assignee | ||
Comment 4•7 years ago
|
||
Sure, it's been 2 years, most likely the code has conflicts.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(bpostelnicu)
Resolution: --- → WONTFIX
| Assignee | ||
Updated•5 years ago
|
Attachment #8813678 -
Attachment is obsolete: true
Attachment #8813678 -
Flags: review?(neil)
| Assignee | ||
Updated•5 years ago
|
Attachment #8813679 -
Attachment is obsolete: true
Attachment #8813679 -
Flags: review?(neil)
Updated•3 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
•