]> granicus.if.org Git - clang/commit
followsFundamentalRule() returns true if "alloc" or "new" appear at the beginning...
authorTed Kremenek <kremenek@apple.com>
Fri, 24 Oct 2008 21:18:08 +0000 (21:18 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 24 Oct 2008 21:18:08 +0000 (21:18 +0000)
commit5c74d505d59c49c4b558e12f34533f47638ec81b
treefe45a27b1abe4fcc4eb539f2bd499a70792cae36
parentf91ce7717958c879688150414f998cad23b7b84e
followsFundamentalRule() returns true if "alloc" or "new" appear at the beginning of the string, not anywhere within it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58112 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFRefCount.cpp