rizsotto / scan-build

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

kill `intercept-build` and `scan-build` #93

Open rizsotto opened 7 years ago

rizsotto commented 7 years ago

Don't deal with intercepting the compiler calls, Bear is a better tool to do it.

The scenario when build systems generate-compile-delete code will be not supported. (Not sure how many of build system does that.)

seanfarley commented 6 years ago

I'm confused about this. I found out about this project from your rizsotto/Bear project for users that don't want to disable SIP. Is the recommendation to just disable SIP?

rizsotto commented 6 years ago

Hey Sean, no worries. Bear will have this functionality when I merge this. The drive behind this is to remove duplicate functionality from these tools. Bear will deal with use cases like SIP on OSX, but scan-build will do only run the static analyzer from a compilation database.

seanfarley commented 6 years ago

Ah, ok. Glad to know there will be something that has this functionality then :-)