aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-12-01 06:52:01 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-12-01 06:52:01 +0000
commitd8fdde119630fa717457ab23b077f447bb2e9e3a (patch)
treed0219ee2c034392b15697c0b6a37ca404064dfe6
parente1fea772c4316294002b303f6d205b7fcccba9b1 (diff)
Tuck away scan-build related files into tools/scan-build
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90215 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xtools/scan-build/ccc-analyzer (renamed from utils/ccc-analyzer)0
-rwxr-xr-xtools/scan-build/scan-build (renamed from utils/scan-build)0
-rw-r--r--tools/scan-build/scanview.css (renamed from utils/scanview.css)0
-rw-r--r--tools/scan-build/sorttable.js (renamed from utils/sorttable.js)0
-rw-r--r--www/analyzer/installation.html2
5 files changed, 1 insertions, 1 deletions
diff --git a/utils/ccc-analyzer b/tools/scan-build/ccc-analyzer
index 25b9800574..25b9800574 100755
--- a/utils/ccc-analyzer
+++ b/tools/scan-build/ccc-analyzer
diff --git a/utils/scan-build b/tools/scan-build/scan-build
index 8d99f070ea..8d99f070ea 100755
--- a/utils/scan-build
+++ b/tools/scan-build/scan-build
diff --git a/utils/scanview.css b/tools/scan-build/scanview.css
index a0406f37a0..a0406f37a0 100644
--- a/utils/scanview.css
+++ b/tools/scan-build/scanview.css
diff --git a/utils/sorttable.js b/tools/scan-build/sorttable.js
index 4352d3be0a..4352d3be0a 100644
--- a/utils/sorttable.js
+++ b/tools/scan-build/sorttable.js
diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html
index 8913535621..81f45514fc 100644
--- a/www/analyzer/installation.html
+++ b/www/analyzer/installation.html
@@ -100,7 +100,7 @@ the installation directory of your choice (specified when you run
programs.
<p>Currently these are not installed using <tt>make install</tt>, and
-are located in <tt>$(SRCDIR)/tools/clang/util</tt> and
+are located in <tt>$(SRCDIR)/tools/clang/tools/scan-build</tt> and
<tt>$(SRCDIR)/tools/clang/tools/scan-view</tt> respectively (where
<tt>$(SRCDIR)</tt> is the root LLVM source directory). These locations
are subject to change.</p></li>