From: Alex Lorenz Date: Tue, 1 Nov 2016 11:12:41 +0000 (+0000) Subject: [www] Fix a typo on the analyzer website X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6b08c893fa9171f8fac608bc52805c771824d93;p=clang [www] Fix a typo on the analyzer website git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285686 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/annotations.html b/www/analyzer/annotations.html index ca6a185c1d..693331ae35 100644 --- a/www/analyzer/annotations.html +++ b/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