Closed
Bug 1612274
Opened 5 years ago
Closed 5 years ago
[clang-tidy] Add checker `readability-qualified-auto`
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox77 fixed)
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1612274 - Add checker `readability-qualified-auto` for `clang-tidy` static-analysis. r=sylvestre
47 bytes,
text/x-phabricator-request
|
Details | Review |
In clang-10
, clang-tidy
, added a new checker readability-qualified-auto
. We should enable it in our static-analysis. Right now we are using clang-9.0.1
but when clang-10
will officially be released we should make this move.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Blocks: clang-based-analysis
Assignee | ||
Comment 2•5 years ago
•
|
||
As a context we have lots of occurrences of this checkers.
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7b37ddf9d489
Add checker `readability-qualified-auto` for `clang-tidy` static-analysis. r=sylvestre
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
Updated•3 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
•