From 5ad0169855cbc152a5f76a0e7c8117d56f557cc4 Mon Sep 17 00:00:00 2001 From: Anton Yartsev Date: Fri, 31 Oct 2014 20:57:57 +0000 Subject: [analyzer] Helpful hints for Windows users of scan-build. llvm-svn: 220999 --- clang/www/analyzer/scan-build.html | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) (limited to 'clang/www') diff --git a/clang/www/analyzer/scan-build.html b/clang/www/analyzer/scan-build.html index abd2bc0dda8..1a06f00913d 100644 --- a/clang/www/analyzer/scan-build.html +++ b/clang/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

-- cgit v1.2.3