Closed
Bug 1508605
Opened 7 years ago
Closed 7 years ago
Change some comments from /* */ to // to avoid clang-format issues
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
While looking at bug 1508255 comment 2 I noticed clang-format sometimes changes:
/* Arrow functions store their lexical new.target in the first extended slot. */
to:
/* Arrow functions store their lexical new.target in the first extended slot.
*/
This looks a bit weird. I'll post a patch to change these to //-style comments to avoid this issue.
Assignee | ||
Comment 1•7 years ago
|
||
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5bad4fe7108e
Change some comments from /* */ to // to avoid clang-format issues. r=tcampbell
Comment 3•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•