diff options
author | Jordan Rose <jordan_rose@apple.com> | 2012-11-07 17:12:37 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2012-11-07 17:12:37 +0000 |
commit | 0fe4d400ab05995727440620c25fe1d185b4e046 (patch) | |
tree | f938d7a9eb7e8460a14860daf4244479ae381e63 /www/analyzer | |
parent | c686004145b1f4dbeb38173a0886ba7040ae0089 (diff) |
[analyzer] Check that the argument to CFMakeCollectable is non-NULL.
Patch by Sean McBride!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/analyzer')
-rw-r--r-- | www/analyzer/available_checks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/available_checks.html b/www/analyzer/available_checks.html index 12d836c483..4f8971c550 100644 --- a/www/analyzer/available_checks.html +++ b/www/analyzer/available_checks.html @@ -125,7 +125,7 @@ <td><b>osx.coreFoundation.CFNumber</b></td><td>Check for proper uses of CFNumberCreate.</td> </tr> <tr> -<td><b>osx.coreFoundation.CFRetainRelease</b></td><td>Check for null arguments to CFRetain/CFRelease.</td> +<td><b>osx.coreFoundation.CFRetainRelease</b></td><td>Check for null arguments to CFRetain/CFRelease/CFMakeCollectable.</td> </tr> <tr> <td><b>osx.coreFoundation.containers.OutOfBounds</b></td><td>Checks for index out-of-bounds when using 'CFArray' API.</td> |