From: Anton Yartsev Date: Fri, 31 Oct 2014 20:57:57 +0000 (+0000) Subject: [analyzer] Helpful hints for Windows users of scan-build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a81f541738668cf20811c87d2fcdcb3a033f026a;p=clang [analyzer] Helpful hints for Windows users of scan-build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220999 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/scan-build.html b/www/analyzer/scan-build.html index abd2bc0dda..1a06f00913 100644 --- a/www/analyzer/scan-build.html +++ b/www/analyzer/scan-build.html @@ -124,11 +124,34 @@ files:

For Windows Users

-

Windows users must have Perl installed to use scan-build. Currently scan-build -is known to work with the msys perl port.

+

Windows users must have Perl installed to use scan-build.

-

scan-build.bat script allows you to launch scan-build in the same way as it described in the Basic Usage section above. -All you need to be able to invoke scan-build from an arbitrary location is to add the path to scan-build to your PATH environment variable.

+

scan-build.bat script allows you to launch scan-build in the same +way as it described in the Basic Usage section above. To invoke scan-build from +an arbitrary location, add the path to the folder containing scan-build.bat to +your PATH environment variable.

+ +

If you have unexpected compilation/make problems when running scan-build +with MinGW/MSYS the following information may be helpful:

+ +

Other Options