Only spit out warning for functions that take pointers, not for sin and the like
authorChris Lattner <sabre@nondot.org>
Mon, 16 Feb 2004 22:57:19 +0000 (22:57 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Feb 2004 22:57:19 +0000 (22:57 +0000)
commit304e143b164091f63efc4e05dbfacacc2503053c
treeef85513483cda89a60662232c68c5ad21b24494b
parent2e9bb1a88e806644e96b2a73bf8c2eb540d68ede
Only spit out warning for functions that take pointers, not for sin and the like
Add more special case handling for stdio functions.  I feel dirty, how about you?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11506 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/Local.cpp