[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)
commit5cba8d5fb532c58e40d913fb1cf469c1136c217f
tree0fc70b366d0c821e5d6a83ab89f8ae802eeb8cc5
parentc3f6cb95f9b5ae6c43730922bd4a06dfa13aec29
[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%.

llvm-svn: 260420
clang/tools/scan-build-py/bin/analyze-build.bat [new file with mode: 0644]
clang/tools/scan-build-py/bin/analyze-c++.bat [new file with mode: 0644]
clang/tools/scan-build-py/bin/analyze-cc.bat [new file with mode: 0644]
clang/tools/scan-build-py/bin/intercept-build.bat [new file with mode: 0644]
clang/tools/scan-build-py/bin/intercept-c++.bat [new file with mode: 0644]
clang/tools/scan-build-py/bin/intercept-cc.bat [new file with mode: 0644]
clang/tools/scan-build-py/bin/scan-build.bat [new file with mode: 0644]