rizsotto / scan-build

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

always create tempdir for results #42

Closed rizsotto closed 9 years ago

rizsotto commented 9 years ago

the expected behavior of scan-build command to always create sub-directory in the specified target directory. (my thought was to improve the usage by use the given target directory as is. but SATestBuild.py script does enforce it.)

rizsotto commented 9 years ago

commits: 2c23f412e4e22ff030136bf81319723927c1fe07 and 8395743488755b8dd398f7986517736c288014ef fix this.