From 9413dc04ffce6a617f9acc62a05f6dde82fc6e5f Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 30 Aug 2012 19:26:58 +0000 Subject: [PATCH] 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 --- docs/AutomaticReferenceCounting.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0