Splint whole program with complex build process

I want to run all the analysis of programs on my system. However, the system is quite large, and different parts are compiled using different compilers and include paths. I can understand how to transfer this information to a separate file, but I can not understand how to do this for the whole program. Does anyone know a way to do this?

+3
source share
1 answer

Assuming what you have Makefile, you can create a new goal; then you would go through real compilation steps to duplicate them using Splint instead of the compiler.

, , . , . " ", gazillion ... . , . !:)

+1

Source: https://habr.com/ru/post/1729495/


All Articles