[cfe-commits] r162933 - /cfe/trunk/docs/AutomaticReferenceCounting.html

Ted Kremenek kremenek at apple.com
Thu Aug 30 12:26:58 PDT 2012


Author: kremenek
Date: Thu Aug 30 14:26:58 2012
New Revision: 162933

URL: http://llvm.org/viewvc/llvm-project?rev=162933&view=rev
Log:
Fix missing 'clang' in pragma example in ARC doc.

Modified:
    cfe/trunk/docs/AutomaticReferenceCounting.html

Modified: cfe/trunk/docs/AutomaticReferenceCounting.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AutomaticReferenceCounting.html?rev=162933&r1=162932&r2=162933&view=diff
==============================================================================
--- cfe/trunk/docs/AutomaticReferenceCounting.html (original)
+++ cfe/trunk/docs/AutomaticReferenceCounting.html Thu Aug 30 14:26:58 2012
@@ -1904,9 +1904,9 @@
 
 <p>A pragma is provided to facilitate the mass annotation of interfaces:</p>
 
-<pre>#pragma arc_cf_code_audited begin
+<pre>#pragma clang arc_cf_code_audited begin
 ...
-#pragma arc_cf_code_audited end</pre>
+#pragma clang arc_cf_code_audited end</pre>
 
 <p>All C functions declared within the extent of this pragma are
 treated as if annotated with the <tt>cf_audited_transfer</tt>





More information about the cfe-commits mailing list