]> granicus.if.org Git - clang/commit
Move 'static inline' functions GetNullarySelector() and GetUnarySelector() from CFRef...
authorTed Kremenek <kremenek@apple.com>
Tue, 3 Nov 2009 08:00:42 +0000 (08:00 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 3 Nov 2009 08:00:42 +0000 (08:00 +0000)
commitd5925bdff8bda8e062985caea299946636104d99
tree407ebf4a3547c04338a0bacf34c6ec813944f412
parentfd5cd99a387dae7acc3023b757ab289430308fc9
Move 'static inline' functions GetNullarySelector() and GetUnarySelector() from CFRefCount.cpp to ASTContext.h.  These functions are likely to be generally useful.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85886 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/Analysis/CFRefCount.cpp