Closed
Bug 1682611
Opened 4 years ago
Closed 4 years ago
Update clang-plugin for removal of ast_type_traits namespace in clang 12
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: away, Assigned: away)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
In clang 11, the contents of ast_type_traits
were moved to the clang
namespace, but forwarders were kept to give a grace period for downstreams.
In this week's clang 12, the forwarders have been removed, and our builds will break.
Thanks to upstream kindly allowed this transition period, we can simply do the rename now to prepare for clang 12, and existing clang 11 builds still work.
Pushed by dmajor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/516101a11bc4
Update clang-plugin for removal of ast_type_traits namespace in clang 12 r=static-analysis-reviewers,andi
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 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
•