From ef35cbc61415542b265b6b26715d720dbeeb681d Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 27 Jan 2011 19:41:08 +0000 Subject: [PATCH] Update checker build and post release notes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124402 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/analyzer/index.html | 6 ++--- www/analyzer/latest_checker.html.incl | 2 +- www/analyzer/release_notes.html | 35 +++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 www/analyzer/release_notes.html diff --git a/www/analyzer/index.html b/www/analyzer/index.html index 082d35fdc4..2e0e4f7443 100644 --- a/www/analyzer/index.html +++ b/www/analyzer/index.html @@ -101,9 +101,9 @@ applications.

  • Latest build (Universal binary, 10.5+):
  • -
  • Can be used both from the command line and within Xcode
  • -
  • Installation and usage
  • +
  • Release notes
  • +
  • This build can be used both from the command line and from within Xcode
  • +
  • Installation and usage
  • diff --git a/www/analyzer/latest_checker.html.incl b/www/analyzer/latest_checker.html.incl index 8ffcfa913f..3b44a70bcb 100644 --- a/www/analyzer/latest_checker.html.incl +++ b/www/analyzer/latest_checker.html.incl @@ -1 +1 @@ -checker-253.tar.bz2 (built December 16, 2010) +checker-254.tar.bz2 (built January 27, 2011) diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html new file mode 100644 index 0000000000..75fec93722 --- /dev/null +++ b/www/analyzer/release_notes.html @@ -0,0 +1,35 @@ + + + + Release notes for checker-XXX builds + + + + + + +
    + +
    + +

    Release notes for checker-XXX builds

    + +

    checker-254

    + +

    built: January 27, 2011
    +download: checker-254.tar.bz2

    +

    highlights:

    + +
      +
    • Introduces new -init method checker to check if a super class's init method is properly called.
    • +
    • Objective-C retain/release checker now reasons about calls to property accessor methods (setter/getter).
    • +
    • Introduces new attribute ns_consumes_self to educate the Objective-C retain/release checker about custom "init-like" methods that do not follow the standard Cocoa naming conventions.
    • +
    • Introduces new attributes ns_consumed and cf_consumed to educate the Objective-C retain/release checker about methods/functions that decrement the reference count of a parameter.
    • +
    + +
    +
    + + + -- 2.40.0