Closed
Bug 1599101
Opened 5 years ago
Closed 5 years ago
For clang-tidy based analysis add checker `clang-analyzer-cplusplus.Move`
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1599101 - For clang-tidy based analysis add checker `clang-analyzer-cplusplus.Move`. r=sylvestre
47 bytes,
text/x-phabricator-request
|
Details | Review |
I think it's reasonable to add clang-analyzer-cplusplus.Move
, in this way we will eliminate some of the issues like where we use an object after it's been moved.
Assignee | ||
Comment 1•5 years ago
|
||
Let's make sure we don't regress: https://treeherder.mozilla.org/#/jobs?selectedJob=278017089&repo=try&revision=8d56be01d96ab4876a40678bcea23a81e6ae09e0
Assignee | ||
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
Could you please report bugs to address the existing issues?
thanks
Updated•5 years ago
|
Blocks: clang-based-analysis
Comment 4•5 years ago
|
||
We have 5 occurrences of this defect in the code base for now.
Comment 5•5 years ago
|
||
Where can we see the current defects? They are not in http://sylvestre.ledru.info/reports/fx-scan-build/ AFAIU.
Comment 6•5 years ago
|
||
Shared in private
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8861d7d25b12
For clang-tidy based analysis add checker `clang-analyzer-cplusplus.Move`. r=sylvestre
Comment 8•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
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
•