]> granicus.if.org Git - clang/commit
Fix crash of array bounds checking under 64-bit.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 24 Nov 2008 19:35:33 +0000 (19:35 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 24 Nov 2008 19:35:33 +0000 (19:35 +0000)
commite95db4f2cd3ed4825a179bd7f151a5fc86b38e6f
treef7ba7fd385e05f2e1f73c083ca2deb2c979a936c
parenta68c106ed270c9161240e4d3716aa1201347ae48
Fix crash of array bounds checking under 64-bit.
There might be other, similar bugs lurking there.

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