- - Latest build (Intel-only binary, 10.5+):
+ - Latest build (10.7+):
- Release notes
diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html
index 54a5da51ad..44c3784eaf 100644
--- a/www/analyzer/installation.html
+++ b/www/analyzer/installation.html
@@ -23,7 +23,7 @@ get started analyzing your code.
Packaged Builds (Mac OS X)
Semi-regular pre-built binaries of the analyzer are available on Mac
-OS X. These are built to run on Mac OS 10.5 and later.
+OS X. These are built to run on OS X 10.7 and later.
Builds are released frequently. Often the differences between build
numbers being a few bug fixes or minor feature improvements. When using
diff --git a/www/analyzer/latest_checker.html.incl b/www/analyzer/latest_checker.html.incl
index 99ed3d8898..84d64e61a9 100644
--- a/www/analyzer/latest_checker.html.incl
+++ b/www/analyzer/latest_checker.html.incl
@@ -1 +1 @@
-checker-276.tar.bz2 (built February 19, 2014)
+checker-277.tar.bz2 (built October 28, 2015)
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html
index 81f9c9a52d..be78a1933c 100644
--- a/www/analyzer/release_notes.html
+++ b/www/analyzer/release_notes.html
@@ -15,6 +15,36 @@
Release notes for checker-XXX builds
+checker-277
+built: October 28, 2015
+ download: checker-277.tar.bz2
+ highlights:
+
+ - Includes about 20 months of change to Clang itself.
+ - New checker for C++ leaks is turned on by default.
+ - Added various small checks and bug fixes.
+ - Added experimental checkers for Objective-C:
+
+ - New localizability checks:
+
+ - Checker warning about uses of non-localized NSStrings passed to UI methods expecting localized strings.
+ - Checker warning when the comment argument is missing from NSLocalizedString macros.
+ - These can be enabled by passing the following command to scan-build:
+
+ -enable-checker alpha.osx.cocoa.NonLocalizedStringChecker,alpha.osx.cocoa.EmptyLocalizationContextChecker
+
+
+
+ - New checks for _Nonnull type qualifiers. These can be enabled with:
+
+ -enable-checker nullability.NullPassedToNonnull,nullability.NullReturnedFromNonnull
+ - New checks for misuse of Objective-C generics. These can be enabled with -enable-checker alpha.osx.cocoa.ObjCGenerics.
+
+ - Support for cf_returns_retained and cf_returns_not_retained attributes in out-parameters.
+ - The analyzer now creates one state for a range switch case instead of multiple, resulting in performance improvements.
+ - Now requires OS X 10.7 or later.
+
+
checker-276
built: February 19, 2014
download: checker-276.tar.bz2