From: Ted Kremenek Date: Thu, 30 Aug 2012 19:26:58 +0000 (+0000) Subject: Fix missing 'clang' in pragma example in ARC doc. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9413dc04ffce6a617f9acc62a05f6dde82fc6e5f;p=clang Fix missing 'clang' in pragma example in ARC doc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162933 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AutomaticReferenceCounting.html b/docs/AutomaticReferenceCounting.html index 5cacbd5e3d..5354f8af34 100644 --- a/docs/AutomaticReferenceCounting.html +++ b/docs/AutomaticReferenceCounting.html @@ -1904,9 +1904,9 @@ and cf_unknown_transfer.

A pragma is provided to facilitate the mass annotation of interfaces:

-
#pragma arc_cf_code_audited begin
+
#pragma clang arc_cf_code_audited begin
 ...
-#pragma arc_cf_code_audited end
+#pragma clang arc_cf_code_audited end

All C functions declared within the extent of this pragma are treated as if annotated with the cf_audited_transfer