r277338 - [analyzer] Fix execution permissions for the scan-build-py scripts.
Artem Dergachev via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 1 03:55:59 PDT 2016
Author: dergachev
Date: Mon Aug 1 05:55:59 2016
New Revision: 277338
URL: http://llvm.org/viewvc/llvm-project?rev=277338&view=rev
Log:
[analyzer] Fix execution permissions for the scan-build-py scripts.
Differential Revision: https://reviews.llvm.org/D22969
Modified:
cfe/trunk/tools/scan-build-py/bin/analyze-build (props changed)
cfe/trunk/tools/scan-build-py/bin/analyze-c++ (props changed)
cfe/trunk/tools/scan-build-py/bin/analyze-cc (props changed)
cfe/trunk/tools/scan-build-py/bin/intercept-build (props changed)
cfe/trunk/tools/scan-build-py/bin/intercept-c++ (props changed)
cfe/trunk/tools/scan-build-py/bin/intercept-cc (props changed)
cfe/trunk/tools/scan-build-py/bin/scan-build (props changed)
Propchange: cfe/trunk/tools/scan-build-py/bin/analyze-build
------------------------------------------------------------------------------
svn:executable = *
Propchange: cfe/trunk/tools/scan-build-py/bin/analyze-c++
------------------------------------------------------------------------------
svn:executable = *
Propchange: cfe/trunk/tools/scan-build-py/bin/analyze-cc
------------------------------------------------------------------------------
svn:executable = *
Propchange: cfe/trunk/tools/scan-build-py/bin/intercept-build
------------------------------------------------------------------------------
svn:executable = *
Propchange: cfe/trunk/tools/scan-build-py/bin/intercept-c++
------------------------------------------------------------------------------
svn:executable = *
Propchange: cfe/trunk/tools/scan-build-py/bin/intercept-cc
------------------------------------------------------------------------------
svn:executable = *
Propchange: cfe/trunk/tools/scan-build-py/bin/scan-build
------------------------------------------------------------------------------
svn:executable = *
More information about the cfe-commits
mailing list