Closed
Bug 1600048
Opened 5 years ago
Closed 5 years ago
[Clang-Tidy] Json exporter is broken
Categories
(Developer Infrastructure :: Source Code Analysis, defect, P1)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox-esr68 unaffected, firefox71 wontfix, firefox72 fixed)
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox71 | --- | wontfix |
firefox72 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
The json
export for the clang-tidy static-analysis is broken, this broken is because we don't populate the WarningsDatabase
with elements.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9112280 -
Attachment description: Bug 1600048 - fix the json exporter for clang-tidy static-analysis. r=bastien → Bug 1600048 - fix the call to `map_file_to_source` that prevented the json export for `clang-tidy` to work. r=bastien
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/51b7b6ca0a42
fix the call to `map_file_to_source` that prevented the json export for `clang-tidy` to work. r=bastien,marco
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Updated•5 years ago
|
Keywords: regression
Updated•5 years ago
|
status-firefox71:
--- → wontfix
status-firefox-esr68:
--- → unaffected
Updated•3 years ago
|
Has Regression Range: --- → yes
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
•