Closed
Bug 1640878
Opened 5 years ago
Closed 5 years ago
clang-tidy config must be passed as deep copy to `StaticAnalysisMonitor`
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
Details
Attachments
(1 file)
Modifying the primary config structure for clang-tidy
when performing analysis is sub-optimal specially that clang-tidy
doesn't use a regex structure.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Summary: clang-tidy config must be passed as strong copy to `StaticAnalysisMonitor` → clang-tidy config must be passed as deep copy to `StaticAnalysisMonitor`
Updated•5 years ago
|
Attachment #9151721 -
Attachment description: Bug 1640878 - for `clang-tidy` static-analyssi keep a deep copy of the checks. r=froydnj → Bug 1640878 - for `clang-tidy` static-analyssi keep a deep copy of the checks in `StaticAnalysisMonitor`. r=froydnj
Updated•5 years ago
|
Attachment #9151721 -
Attachment description: Bug 1640878 - for `clang-tidy` static-analyssi keep a deep copy of the checks in `StaticAnalysisMonitor`. r=froydnj → Bug 1640878 - for `clang-tidy` static-analysis keep a deep copy of the checks. r=froydnj
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/040381295441
for `clang-tidy` static-analysis keep a deep copy of the checks. r=froydnj
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
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
•