From: Ted Kremenek
Date: Mon, 9 Sep 2013 17:19:27 +0000 (+0000)
Subject: Move checker downloads to llvm.org.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=457e05aee22417dc59ee4a51ead73e7be46f0e4b;p=clang
Move checker downloads to llvm.org.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190316 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/analyzer/latest_checker.html.incl b/www/analyzer/latest_checker.html.incl
index 15e98e1489..5062622c8c 100644
--- a/www/analyzer/latest_checker.html.incl
+++ b/www/analyzer/latest_checker.html.incl
@@ -1 +1 @@
-checker-275.tar.bz2 (built May 23, 2013)
+checker-275.tar.bz2 (built May 23, 2013)
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html
index 372a36b534..bc052bbec0 100644
--- a/www/analyzer/release_notes.html
+++ b/www/analyzer/release_notes.html
@@ -17,7 +17,7 @@
checker-275
built: May 23, 2013
- download: checker-275.tar.bz2
+ download: checker-275.tar.bz2
highlights:
- Xcode: Includes a new arrow layout algorithm for issue presentation within Xcode. The goal is for interprocedural bug reports to look cleaner and less busy (and easier to read). Feedback appreciated.