]> granicus.if.org Git - clang/commit
[analyzer] Windows: launch scan-build from an arbitrary location.
authorAnton Yartsev <anton.yartsev@gmail.com>
Wed, 10 Feb 2016 19:46:41 +0000 (19:46 +0000)
committerAnton Yartsev <anton.yartsev@gmail.com>
Wed, 10 Feb 2016 19:46:41 +0000 (19:46 +0000)
commit918e5c80b606ee3df8e0cfaabb0a1f4a50c48806
tree911476dafffcb7941c4eeaa36bae371a47e77667
parentb9b46f780d02fcccbd42f39d383cff811e9192c1
[analyzer] Windows: launch scan-build from an arbitrary location.

The following batch files allow to launch scan-build from an arbitrary location if path to clang\tools\scan-build-py\bin is added to %PATH%.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260420 91177308-0d34-0410-b5e6-96231b3b80d8
tools/scan-build-py/bin/analyze-build.bat [new file with mode: 0644]
tools/scan-build-py/bin/analyze-c++.bat [new file with mode: 0644]
tools/scan-build-py/bin/analyze-cc.bat [new file with mode: 0644]
tools/scan-build-py/bin/intercept-build.bat [new file with mode: 0644]
tools/scan-build-py/bin/intercept-c++.bat [new file with mode: 0644]
tools/scan-build-py/bin/intercept-cc.bat [new file with mode: 0644]
tools/scan-build-py/bin/scan-build.bat [new file with mode: 0644]