[cfe-dev] Did Clang support Incremental Static Analysis ????

James K. Lowden jklowden at schemamania.org
Tue May 15 09:37:07 PDT 2012


On Mon, 14 May 2012 15:31:40 +0530
Umesh Kalappa <umesh.kalappa0 at gmail.com> wrote:

> Like to know that did Clang Static Analysis(CSA)  has the feature
> called incremental analysis ???,When i say incremental here ,I mean
> when i kick off the CSA on the code  base for the second time with
> set of files changed then CSA  will use the analysis that was done
> for  the last time along the doing CSA  for changed files.  

How is this different from compilation?  Why can't make(1) determine
which files to (re-)scan?  

--jkl



More information about the cfe-dev mailing list