Arpad Toth, could you elaborate on how a build system could take care of this?
I can see that a build system could help if you were only analyzing each file in isolation (e.g. with -unit_check). You could save the lint output for each source file into a text file and configure the build system to only rebuild the text file it if the source file changed.
But if you want 2-pass analysis with global wrap-up, I think you must have PC-lint Plus run over all files again, even if only a single source file was changed.
Arpad Toth, could you elaborate on how a build system could take care of this?
I can see that a build system could help if you were only analyzing each file in isolation (e.g. with -unit_check). You could save the lint output for each source file into a text file and configure the build system to only rebuild the text file it if the source file changed.
But if you want 2-pass analysis with global wrap-up, I think you must have PC-lint Plus run over all files again, even if only a single source file was changed.