Closed
Bug 1184958
Opened 9 years ago
Closed 8 years ago
Improve check_macroassembler_style to support template declarations/definitions.
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: nbp, Unassigned)
References
(Blocks 1 open bug)
Details
Currently the check_macroassembler_style is unable to deal properly with templates, especially if the template are specialized / pre-instantiated.
We should match the template definition and accept alpha-renaming on the template parameters, as well as recognizing template specializations and template pre-instantiation.
Updated•8 years ago
|
Priority: -- → P5
Reporter | ||
Comment 1•8 years ago
|
||
Marked as invalid in favor of removing templates from the checked section. (See Bug 1315671)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•