summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-03-27 08:21:15 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-03-27 08:21:15 +0000
commit03cf219502bb7d1db514c2da4f3d3f11c8c76847 (patch)
treee0db456c8db79284b15c127e9250557573df77e3 /www
parent2cc2675d426af23476a9722c08c1b6c5266bd653 (diff)
downloadclang-03cf219502bb7d1db514c2da4f3d3f11c8c76847.tar.gz
s/Clangify2010.py/clangify2010.py
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/analyzer/visual_studio.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/analyzer/visual_studio.html b/www/analyzer/visual_studio.html
index b51261dc1e..215b71e7d2 100644
--- a/www/analyzer/visual_studio.html
+++ b/www/analyzer/visual_studio.html
@@ -17,7 +17,7 @@
<h1>clangify2010: Using the Analyzer with Visual Studio 2010</h1>
<p>The Clang Static Analyzer has only limited support right now for Visual
-Studio users. Some users might find the <tt>Clangify2010.py</tt> script useful
+Studio users. Some users might find the <tt>clangify2010.py</tt> script useful
(described below) for analyzing their projects. It does not provide the same
functionality as <tt>scan-build</tt> (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</a>) in your <tt>PATH</tt>.</li>
href="http://clang.llvm.org/get_started.html">here</a>) in your <tt>PATH</tt>.
<li>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 <tt>Clangify2010.py</tt>.</li>
+custom pre_analysis function to <tt>clangify2010.py</tt>.</li>
<li>The source files in your project all take the same compiler flags.</li>
</ul>