]> granicus.if.org Git - clang/commitdiff
Update checker build and post release notes.
authorTed Kremenek <kremenek@apple.com>
Thu, 27 Jan 2011 19:41:08 +0000 (19:41 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 27 Jan 2011 19:41:08 +0000 (19:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124402 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/index.html
www/analyzer/latest_checker.html.incl
www/analyzer/release_notes.html [new file with mode: 0644]

index 082d35fdc488f8e9a0dc43ecfe2197b8adf8efef..2e0e4f74431b6e9d0bc01cdfb0ae2ef51264d120 100644 (file)
@@ -101,9 +101,9 @@ applications.</p>
     <li>Latest build (Universal binary, 10.5+):<br>
      <!--#include virtual="latest_checker.html.incl"-->
     </li>
-    <li>Can be used both from the command line and within Xcode</li>
-    <li><a href="/installation.html">Installation</a> and <a
-    href="/scan-build.html">usage</a></li>
+    <li><a href="/release_notes.html">Release notes</li></li>
+    <li>This build can be used both from the command line and from within Xcode</li>
+    <li><a href="/installation.html">Installation</a> and <a href="/scan-build.html">usage</a></li>
    </ul>
   </div>
  </div>
index 8ffcfa913fb0abd37787c58f46d86d9b7f0003e2..3b44a70bcbda714ab3ead51bfb1e67e9130a3605 100644 (file)
@@ -1 +1 @@
-<b><a href="/checker/checker-253.tar.bz2">checker-253.tar.bz2</a></b> (built December 16, 2010)
+<b><a href="/checker/checker-254.tar.bz2">checker-254.tar.bz2</a></b> (built January 27, 2011)
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html
new file mode 100644 (file)
index 0000000..75fec93
--- /dev/null
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+          "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <title>Release notes for checker-XXX builds</title>
+  <link type="text/css" rel="stylesheet" href="menu.css" />
+  <link type="text/css" rel="stylesheet" href="content.css" />
+  <script type="text/javascript" src="scripts/menu.js"></script>
+</head>
+<body>
+
+<div id="page">
+<!--#include virtual="menu.html.incl"-->
+<div id="content">
+
+<h1>Release notes for <tt>checker-XXX</tt> builds</h1>
+
+<h4 id="checker_254">checker-254</h4>
+
+<p><b>built:</b> January 27, 2011<br>
+<b>download:</b> <a href="checker-254.tar.bz2">checker-254.tar.bz2</a></p>
+<p><b>highlights:</b></p>
+
+<ul>
+<li>Introduces new <tt>-init</tt> method checker to check if a super class's init method is properly called.</li>
+<li>Objective-C retain/release checker now reasons about calls to property accessor methods (setter/getter).</li>
+<li>Introduces new attribute <a href="annotations.html#attr_ns_consumes_self">ns_consumes_self</a> to educate the Objective-C retain/release checker about custom &quot;init-like&quot; methods that do not follow the standard Cocoa naming conventions.</li>
+<li>Introduces new attributes <a href="annotations.html#attr_ns_consumed">ns_consumed</a> and <a href="annotations.html#attr_cf_consumed">cf_consumed</a> to educate the Objective-C retain/release checker about methods/functions that decrement the reference count of a parameter.</li>
+</ul>
+
+</div>
+</div>
+</body>
+</html>
+