]> granicus.if.org Git - clang/commit
Don't suggest the developer use 'arc4random' instead of 'rand' when that function...
authorTed Kremenek <kremenek@apple.com>
Fri, 15 Jan 2010 08:20:31 +0000 (08:20 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 15 Jan 2010 08:20:31 +0000 (08:20 +0000)
commit88c8bc83808588fdb97924144ca9fb5f27dfc9a6
treee6f51b6f7203b64527c16f5c9317a1cbc0db8afc
parentc213b48206c55ca0eb1387cfa1651de504f147d1
Don't suggest the developer use 'arc4random' instead of 'rand' when that function is not available.  Fixes PR 6012.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93508 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CheckSecuritySyntaxOnly.cpp
test/Analysis/security-syntax-checks-no-emit.c [new file with mode: 0644]