David Chamberlain

My feedback

1 result found

  1. 9 votes
    planned  ·  2 comments  ·  General  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    David Chamberlain commented  · 

    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.

    David Chamberlain supported this idea  · 

Feedback and Knowledge Base