Open nianyu94 opened 2 years ago
You can pass the list of modified files to infer with --changed-files-index
so that it only analyses what is needed for these files. It will still "build" (capture) all the files in the compilation database, and analyse what is needed from scratch so it's not quite incremental, but it can still be faster than analysing everything.
When I use compilation database, how to perform incremental?