Closed
Bug 1609864
Opened 6 years ago
Closed 6 years ago
[clang-tidy] Disable checker performance-noexcept-move-constructor
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: andi, Assigned: andi)
Details
Attachments
(1 obsolete file)
Because we don't build use exceptions nor we use STL containers that rely on this when choosing copy from move ctors if these are not marked with noexcept
we should disable this checker since it brings only noise to our analysis.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f65bd225f199
For `clang-tidy` disable checker `performance-noexcept-move-constructor`. r=sylvestre
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
Comment 4•6 years ago
|
||
Backed out as requested.
backout: https://hg.mozilla.org/mozilla-central/rev/9b1c3d985a59035b1ae7bb6d206ae2134e6ab1b0
Updated•6 years ago
|
Target Milestone: mozilla74 → ---
Assignee | ||
Updated•6 years ago
|
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Attachment #9121462 -
Attachment is obsolete: true
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
•