Closed
Bug 1624237
Opened 5 years ago
Closed 5 years ago
Evaluate misc-unused-using-decls and potentially run it on the code base
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox76 fixed)
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
http://clang.llvm.org/extra/clang-tidy/checks/misc-unused-using-decls.html
Seems that we have 200+ occurrences in the code base.
Assignee | ||
Comment 1•5 years ago
|
||
$ ./mach static-analysis check --checks="-*, misc-unused-using-decls" --fix <path>
Assignee | ||
Comment 2•5 years ago
|
||
I am surprised by the only few number it fixed...
Should have been much bigger.
Maybe because/thanks to unified?
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ffbed74e25fd
Run misc-unused-using-decls - Remove useless declarations r=andi
Assignee | ||
Comment 4•5 years ago
|
||
Pushed by malexandru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1d4295c1435b
Bring back using declaration - unified are broken. a=bustage-fix
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ffbed74e25fd
https://hg.mozilla.org/mozilla-central/rev/1d4295c1435b
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Updated•2 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
•