[cfe-commits] r73118 - /cfe/trunk/www/analyzer/annotations.html
Ted Kremenek
kremenek at apple.com
Mon Jun 8 18:32:41 PDT 2009
Author: kremenek
Date: Mon Jun 8 20:32:41 2009
New Revision: 73118
URL: http://llvm.org/viewvc/llvm-project?rev=73118&view=rev
Log:
Comment out preliminary text due to wishful thinking of getting more documentation done by this point.
Modified:
cfe/trunk/www/analyzer/annotations.html
Modified: cfe/trunk/www/analyzer/annotations.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/annotations.html?rev=73118&r1=73117&r2=73118&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/annotations.html (original)
+++ cfe/trunk/www/analyzer/annotations.html Mon Jun 8 20:32:41 2009
@@ -105,8 +105,11 @@
<h3 id="cocoa_mem">Cocoa & Core Foundation Memory Management
Annotations</h3>
+<!--
<p>As described in <a href="/available_checks.html#retain_release">Available
-Checks</a>, the analyzer supports the proper management of retain counts for
+Checks</a>,
+-->
+<p>The analyzer supports the proper management of retain counts for
both Cocoa and Core Foundation objects. This checking is largely based on
enforcing Cocoa and Core Foundation naming conventions for Objective-C methods
(Cocoa) and C functions (Core Foundation). Not strictly following these
More information about the cfe-commits
mailing list