First step of refactor `static-analysis` integration, making it more modular.
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Tracking
(firefox81 fixed)
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
References
Details
Attachments
(1 file)
Add a modular approach for the integration of static-analysis module in order to be able to share components of it with other modules, like the integration of clangd in vscode where we need to have access to the configuration of clang-tidy in order to have in-ide static-analysis messages.
In this initial step we make a separate module for the clang-tidy configuration.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
Add a modular approach for the integration of static-analysis module in order
to be able to share components of it with other modules, like the integration of
clangd in vscode where we need to have access to the configuration of clang-tidy
in order to have in-ide static-analysis messages.
In this initial step we make a separate module for the clang-tidy configuration.
Depends on D85416
| Assignee | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
| bugherder | ||
Updated•3 years ago
|
Description
•