Closed
Bug 1598069
Opened 5 years ago
Closed 5 years ago
Bustage with clang trunk, MaterializeTemporaryExpr::GetTemporaryExpr() has been removed upstream
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: away, Assigned: andi)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → bpostelnicu
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
This is not the only issue that we encounter with clang trunk, there are still other issues like we don't have the return expressions in all of the CFGs that are exposed through clang-tooling and most likely this will impair our MustReturnFromCaller
checker, but nevertheless we should still fix this.
Pushed by bpostelnicu@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8f9beec35b61 make compliant with future clang 10 our clang based static analysis. r=froydnj
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
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
•