summaryrefslogtreecommitdiff
path: root/include/fanalyzer.mk
AgeCommit message (Collapse)Author
2025-03-14Make 'make fanalyzer' work again.Peter Jones
It breaks every time somehow. Signed-off-by: Peter Jones <pjones@redhat.com>
2023-08-25Make some of the static analysis tools a little easier to runPeter Jones
With "gcc -fanalyzer" and "scan-build", it's convenient to be able to continue even though the compiler has returned error on one or more source files. This makes it so compiler errors are ignored in some of those cases. Signed-off-by: Peter Jones <pjones@redhat.com>
2021-03-12Fix the compiler when invoking scan-build/fanalyzer/etcPeter Jones
Signed-off-by: Peter Jones <pjones@redhat.com>
2021-03-09static analysis: make our build targets work betterPeter Jones
This improves our static analysis targets by making them work better with our make variables, and inhibits the use of ccache while building those. Signed-off-by: Peter Jones <pjones@redhat.com>
2021-02-25Make 'make fanalyzer' targetsPeter Jones
Signed-off-by: Peter Jones <pjones@redhat.com>