]> granicus.if.org Git - clang/commit
Warn about potentially leaked objects that are returned from methods whose names...
authorTed Kremenek <kremenek@apple.com>
Wed, 22 Oct 2008 23:56:21 +0000 (23:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 22 Oct 2008 23:56:21 +0000 (23:56 +0000)
commit3ad2cc89ab6302ef5bda1a1550d405a15df2b013
tree7bfb5c95040a4eadc25cb1529ba7bd4f954a4bfd
parentb9988c0c56321f4e2ecc37e2ddd6a3155d052e5c
Warn about potentially leaked objects that are returned from methods whose names do not follow the Cocoa Memory Management guidelines.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58012 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFRefCount.cpp
test/Analysis/refcnt_naming.m [new file with mode: 0644]