rizsotto / scan-build

Clang's scan-build re-implementation in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interposition calls analyzer when compilation fails

rizsotto opened this issue · comments

saw it during testing

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