From: Ted Kremenek
Date: Sat, 12 Feb 2011 03:20:34 +0000 (+0000)
Subject: Update static analyzer build to checker-255.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e673279e5c8868c653e0aafab3d2f799fff3facc;p=clang
Update static analyzer build to checker-255.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125432 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/analyzer/index.html b/www/analyzer/index.html
index 3446571908..7d99ac9621 100644
--- a/www/analyzer/index.html
+++ b/www/analyzer/index.html
@@ -98,7 +98,7 @@ applications.
Mac OS X
- - Latest build (Universal binary, 10.5+):
+ - Latest build (Intel-only binary, 10.5+):
- Release notes
diff --git a/www/analyzer/latest_checker.html.incl b/www/analyzer/latest_checker.html.incl
index 3b44a70bcb..7cd6b2bff5 100644
--- a/www/analyzer/latest_checker.html.incl
+++ b/www/analyzer/latest_checker.html.incl
@@ -1 +1 @@
-checker-254.tar.bz2 (built January 27, 2011)
+checker-255.tar.bz2 (built February 11, 2011)
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html
index 9a3ea1825a..7b6924fa34 100644
--- a/www/analyzer/release_notes.html
+++ b/www/analyzer/release_notes.html
@@ -15,6 +15,19 @@
Release notes for checker-XXX builds
+checker-255
+
+built: February 11, 2011
+download: checker-255.tar.bz2
+highlights:
+
+
+- Mac OS X builds are now Intel i386 and x86_64 only (no ppc support)
+- Turns on new -init method checker by default
+- Reduces memory usage of analyzer by 10%
+- Misc. fixes to reduce false positives on dead stores and idempotent operations.
+
+
checker-254
built: January 27, 2011