Closed
Bug 1608399
Opened 5 years ago
Closed 5 years ago
[Coverity] Use clang-9 for analysis
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox74 fixed)
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
References
Details
Attachments
(1 file)
The latest version of Coverity adds support for clang-9
also this fixes some translation unit compilation where Coverity didn't understand if constexpr
.
Assignee | ||
Comment 1•5 years ago
|
||
In the past we had to stick to clang-7
for Coverity Static Analysis
but upgrading
to the latest version of Coverity
, 2019.12, added support for the latest version
of clang
from the artifacts system, 9.0.1
.
Updated•5 years ago
|
Attachment #9120997 -
Attachment description: Bug 1608399 - for `Coverity Static Analysis` use latest available clang from the artiafcts system. r=marco → Bug 1608399 - for `Coverity Static Analysis` use latest available `clang` from the artifacts system. r=marco
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/155bd4426473
for `Coverity Static Analysis` use latest available `clang` from the artifacts system. r=marco
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/mozilla-central/rev/d80211b9dc59
for `Coverity Static Analysis` use latest available `clang` from the artifacts system. r=marco a=Aryx
![]() |
||
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
Comment 5•5 years ago
|
||
bugherder |
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
•