]> granicus.if.org Git - clang/commit
static analyzer: Handle casts from arrays to integers. This fixes PR 3297.
authorTed Kremenek <kremenek@apple.com>
Tue, 13 Jan 2009 01:04:21 +0000 (01:04 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 13 Jan 2009 01:04:21 +0000 (01:04 +0000)
commite1c2a675e0c089e1f53cbd55d2197a8beaa852ae
tree9320844952520bde620698415a7e1c03fe3e7d6b
parentbbee1a790f77b42a0bcd79bdd3d367e46042db67
static analyzer: Handle casts from arrays to integers.  This fixes PR 3297.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62130 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/GRExprEngine.h
lib/Analysis/GRExprEngine.cpp
test/Analysis/null-deref-ps.c