This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Fix execution permissions for scan-build-py.
ClosedPublic

Authored by NoQ on Jul 29 2016, 12:19 PM.

Details

Summary

It seems that the executable scripts are not marked as executable in the repository, so i had to chmod +x them before using. Because the old scan-build is +x, i guess the new one should also be +x. Windows bat files shouldn't be though.

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ updated this revision to Diff 66159.Jul 29 2016, 12:19 PM
NoQ retitled this revision from to [analyzer] Fix execution permissions for scan-build-py..
NoQ updated this object.
NoQ added a subscriber: cfe-commits.
zaks.anna accepted this revision.Jul 29 2016, 1:19 PM
zaks.anna edited edge metadata.
This revision is now accepted and ready to land.Jul 29 2016, 1:19 PM
This revision was automatically updated to reflect the committed changes.