Closed
Bug 1317988
Opened 9 years ago
Closed 9 years ago
Convert some code in docshell/ to C++11
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox53 affected)
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | affected |
People
(Reporter: andi, Assigned: andi)
References
Details
+++ This bug was initially created as a clone of Bug #1317954 +++
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
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bpostelnicu
| Assignee | ||
Updated•9 years ago
|
Summary: Run clang-tidy on docshell/ module → Convert some code in docshell/ to C++11
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Comment 1•9 years ago
|
||
Closed because no change needed
Updated•7 years ago
|
Product: Core → Firefox Build System
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
•