rizsotto / scan-build

Clang's scan-build re-implementation in python
Other
362 stars 34 forks source link

continue to work on fixed build #26

Closed rizsotto closed 10 years ago

rizsotto commented 10 years ago

when the build breaks 'bear' record only those files which were compiled up until the break. but developers usually fix the break, and just build further (and not start a clean build) to see it goes well or not. this case the new files would overwrite the previous files.

before write a new compilation database, would read the old one and merge with the new set of files.