Closed Bug 1617528 Opened 5 years ago Closed 5 years ago

Enable modernize-use-using at review phase

Categories

(Developer Infrastructure :: Source Code Analysis, task)

task
Not set
normal

Tracking

(firefox75 fixed)

RESOLVED FIXED
mozilla75
Tracking Status
firefox75 --- fixed

People

(Reporter: Sylvestre, Assigned: Sylvestre)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

typedef are less readable than using

for example

  typedef void (*NativeIntersectionObserverCallback)(
      const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries);

becomes

  using NativeIntersectionObserverCallback =
      void (*)(const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>&);
Assignee: nobody → sledru
Depends on: 1617532
Pushed by sledru@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/00737a9c524c Enable modernize-use-using at review phase r=andi
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: