rizsotto / scan-build

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

improve compilation module #71

Closed rizsotto closed 8 years ago

rizsotto commented 8 years ago

compilation.split_command shall result abs path of the files. (that can get rid of intercept logic about make files absolute) and also should do an extra check. (not only check the extension, but check the filesystem for the file.)