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)

defect
Not set
normal

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.
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
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: