]> granicus.if.org Git - clang/commit
Move CocoaConventions.[h,cpp] from libChecker
authorTed Kremenek <kremenek@apple.com>
Fri, 17 Dec 2010 05:21:58 +0000 (05:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 17 Dec 2010 05:21:58 +0000 (05:21 +0000)
commitbb8fef382ad89b4bc202a1dbd4cd52ced7734479
tree395f64de7dc6cf7c2fc1b61efb04cd2d33f425ae
parentaf86b0c160bc998bdde2f35d526ca819d7b3a1f2
Move CocoaConventions.[h,cpp] from libChecker
to libAnalysis.  Similar to Format (format string checking),
CocoaConventions has the
potential to serve clients other than the
static analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122040 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/DomainSpecific/CocoaConventions.h [moved from include/clang/Checker/DomainSpecific/CocoaConventions.h with 92% similarity]
lib/Analysis/CMakeLists.txt
lib/Analysis/CocoaConventions.cpp [moved from lib/Checker/CocoaConventions.cpp with 98% similarity]
lib/Checker/CFRefCount.cpp
lib/Checker/CMakeLists.txt