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?
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.
Makefile
, , . , . " ", gazillion ... . , . !:)
Source: https://habr.com/ru/post/1729495/More articles:PHP header ("Location:") inside a function redirects without a call function - redirectdisable screen refresh in dos batch file - c ++Generating and Representing ASP.NET Dynamic Forms - c #Linq to Nhibernate Bulk Update Query Equivalent? - linqExtract items from a list based on an object type - javaUsing STL Allocator with STL vectors - c ++Как создать индивидуальные представления для AppWidgets? - androidКак я могу предотвратить преобразование ASP.NET в символ & и добавление URL-адреса в атрибуты управления? - urlXMMS2: setting name change notifications - cSAP Portal with Third Site - portletAll Articles