]> granicus.if.org Git - clang/commit
retain/release checker: allow 'new', 'copy', 'alloc', 'init' prefix to start before...
authorTed Kremenek <kremenek@apple.com>
Tue, 20 Oct 2009 00:13:00 +0000 (00:13 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 20 Oct 2009 00:13:00 +0000 (00:13 +0000)
commite9731832ec3b995defba821ec24343d74d004f9f
tree8ce07f483d8b7ba82171b8cd5bf3ef1db69382a8
parent035c46fee8dd0a4e5a21fc29674297d41da9ec96
retain/release checker: allow 'new', 'copy', 'alloc', 'init' prefix to start before '_' when determining Cocoa fundamental rule.

Fixes: <rdar://problem/7265711>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84569 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFRefCount.cpp
test/Analysis/refcnt_naming.m
test/Analysis/retain-release.m