]> granicus.if.org Git - clang/commit
When invalidating a struct region, whether its type definition exists is not
authorZhongxing Xu <xuzhongxing@gmail.com>
Sat, 21 Aug 2010 06:26:59 +0000 (06:26 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sat, 21 Aug 2010 06:26:59 +0000 (06:26 +0000)
commit0b46b1bc647db68ed3511b53e96699cfe14658fd
treed57c74895b3a8c5523ff5e247adafb743feb8fff
parent13cfedb26c07dbe4ff20214943d231f7c93be81e
When invalidating a struct region, whether its type definition exists is not
relavant any more, because we set its default value to a symbol, and the type of
default symbolic value is irrelavant.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111730 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/RegionStore.cpp