]> granicus.if.org Git - clang/commit
Per discussions with Ken Ferry and Paul Marks (<rdar://problem/6815234>) greatly
authorTed Kremenek <kremenek@apple.com>
Thu, 23 Apr 2009 19:11:35 +0000 (19:11 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 23 Apr 2009 19:11:35 +0000 (19:11 +0000)
commite87450e5a398543b85205b3255d4c36204c00182
tree791461269ea02ec4847e4738f4a7dfd79f83ced4
parentb3efa98e320590e8be9d62818e89e599303e65b4
Per discussions with Ken Ferry and Paul Marks (<rdar://problem/6815234>) greatly
extend the number of objects tracked by the retain/release checker by assuming
that all class and instance methods should follow Cocoa object "getter" and
"alloc/new" conventions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69908 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFRefCount.cpp
test/Analysis/NSString.m
test/Analysis/retain-release.m