From 56148a1bcc305d802b8058eba52dea2c8f8db878 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Tue, 1 Nov 2016 11:12:41 +0000 Subject: [PATCH] [www] Fix a typo on the analyzer website llvm-svn: 285686 --- clang/www/analyzer/annotations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/www/analyzer/annotations.html b/clang/www/analyzer/annotations.html index ca6a185..693331a 100644 --- a/clang/www/analyzer/annotations.html +++ b/clang/www/analyzer/annotations.html @@ -434,7 +434,7 @@ to the given function or method. The CoreFoundation framework defines a macro

Operationally this attribute is nearly identical to 'ns_consumed' with the main difference that the reference count decrement still occurs when using -Objective-C garbage collection (which is import for Core Foundation types, +Objective-C garbage collection (which is important for Core Foundation types, which are not automatically garbage collected).

Example

-- 2.7.4