]> granicus.if.org Git - clang/commit
A further step of r73690: associate the cast-to type with the created symbol,
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 19 Jun 2009 06:00:32 +0000 (06:00 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 19 Jun 2009 06:00:32 +0000 (06:00 +0000)
commit45257c37a4e9a8f915661e0f964aec375909eb4c
tree8e8263c941e421066b82dbb558c0b80e5bf04110
parent005f07b874ae559047f6189e2f770739695f6779
A further step of r73690: associate the cast-to type with the created symbol,
because the type of the symbol is used to create the default range. We need the
sign to be consistent.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73756 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/SymbolManager.h
lib/Analysis/SVals.cpp
lib/Analysis/SymbolManager.cpp
test/Analysis/casts.c