From bfc61ea0a797e5cc85b3ad2c8bed03e78a432834 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Sat, 27 Mar 2010 08:21:15 +0000 Subject: [PATCH] s/Clangify2010.py/clangify2010.py llvm-svn: 99712 --- clang/www/analyzer/visual_studio.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/www/analyzer/visual_studio.html b/clang/www/analyzer/visual_studio.html index b51261dc1ec4..215b71e7d265 100644 --- a/clang/www/analyzer/visual_studio.html +++ b/clang/www/analyzer/visual_studio.html @@ -17,7 +17,7 @@

clangify2010: Using the Analyzer with Visual Studio 2010

The Clang Static Analyzer has only limited support right now for Visual -Studio users. Some users might find the Clangify2010.py script useful +Studio users. Some users might find the clangify2010.py script useful (described below) for analyzing their projects. It does not provide the same functionality as scan-build (for example, it does not actually build Visual Studio projects to analyze source files nor does it have a UI for viewing @@ -52,7 +52,7 @@ href="http://python.org/download/">here) in your PATH. href="http://clang.llvm.org/get_started.html">here) in your PATH.

  • Your project does not have automatically generated intermediate files as part of the build step. You can possibly work around this limitation by adding a -custom pre_analysis function to Clangify2010.py.
  • +custom pre_analysis function to clangify2010.py.
  • The source files in your project all take the same compiler flags.