rizsotto / scan-build

Clang's scan-build re-implementation in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kill `intercept-build` and `scan-build`

rizsotto opened this issue · comments

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.)

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?

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.

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