]> granicus.if.org Git - clang/commit
Start pulling out pieces of the monolithic retain/release checker into
authorTed Kremenek <kremenek@apple.com>
Wed, 27 Jan 2010 06:13:48 +0000 (06:13 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 27 Jan 2010 06:13:48 +0000 (06:13 +0000)
commita64e89bbfa756816d1e4a48e5d6c03edf1d7f23b
tree627fd4d25e5258ff4b94db400768fd6f384b8794
parentf2dd48ca4910e8c4edfc5a2bf4f75f7d7c2a11a0
Start pulling out pieces of the monolithic retain/release checker into
reusable and modular API pieces.

Start by pulling the logic for deriving the Cocoa naming convention
into a separate API, header, and source file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94662 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/DomainSpecific/CocoaConventions.h [new file with mode: 0644]
include/clang/Checker/PathSensitive/SummaryManager.h [new file with mode: 0644]
lib/Checker/CFRefCount.cpp
lib/Checker/CocoaConventions.cpp [new file with mode: 0644]