Closed
Bug 1664747
Opened 4 years ago
Closed 4 years ago
Fix the issues found by the bugprone-redundant-branch-condition checker
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox82 fixed)
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Evaluating https://clang.llvm.org/extra/clang-tidy/checks/bugprone-redundant-branch-condition.html
found 3 issues
Fixed with:
./mach static-analysis check --checks="-*, bugprone-redundant-branch-condition" --fix -j 12
Assignee | ||
Updated•4 years ago
|
Summary: Fix the bugprone-redundant-branch-condition warning → Fix the issue found by the bugprone-redundant-branch-condition checker
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → sledru
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
New in clang-12
Summary: Fix the issue found by the bugprone-redundant-branch-condition checker → Fix the issues found by the bugprone-redundant-branch-condition checker
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/651e68f628d0
Remove some duplicate if ("bugprone-redundant-branch-condition" warning) r=emilio,andi
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
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
•