From: Kovarththanan Rajaratnam Date: Tue, 1 Dec 2009 06:52:01 +0000 (+0000) Subject: Tuck away scan-build related files into tools/scan-build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8fdde119630fa717457ab23b077f447bb2e9e3a;p=clang 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 --- diff --git a/utils/ccc-analyzer b/tools/scan-build/ccc-analyzer similarity index 100% rename from utils/ccc-analyzer rename to tools/scan-build/ccc-analyzer diff --git a/utils/scan-build b/tools/scan-build/scan-build similarity index 100% rename from utils/scan-build rename to tools/scan-build/scan-build diff --git a/utils/scanview.css b/tools/scan-build/scanview.css similarity index 100% rename from utils/scanview.css rename to tools/scan-build/scanview.css diff --git a/utils/sorttable.js b/tools/scan-build/sorttable.js similarity index 100% rename from utils/sorttable.js rename to 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.

Currently these are not installed using make install, and -are located in $(SRCDIR)/tools/clang/util and +are located in $(SRCDIR)/tools/clang/tools/scan-build and $(SRCDIR)/tools/clang/tools/scan-view respectively (where $(SRCDIR) is the root LLVM source directory). These locations are subject to change.