rizsotto / scan-build

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

interposition calls analyzer when compilation fails #40

Closed rizsotto closed 9 years ago

rizsotto commented 9 years ago

saw it during testing

rizsotto commented 9 years ago

original perl implementation does return the exit code shifted by 8. (exitcode >> 8) but it does not produce the same output. commit 96015decac65c48c3fc1917fcdf5e4660b428e80 fix this.