Re: [PATCH] D22969: [analyzer] Fix execution permissions for scan-build-py.

2016-08-01 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL277338: [analyzer] Fix execution permissions for the scan-build-py scripts. (authored by dergachev). Changed prior to commit: https://reviews.llvm.org/D22969?vs=66159&id=66300#toc Repository: rL LLVM

[PATCH] D22969: [analyzer] Fix execution permissions for scan-build-py.

2016-07-29 Thread Artem Dergachev via cfe-commits
NoQ created this revision. NoQ added reviewers: zaks.anna, dcoughlin, rizsotto.mailinglist. NoQ added a subscriber: cfe-commits. 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 gu