]> granicus.if.org Git - clang/commit
Fix regression in RegionStore (from BasicStore) where static variables were not treat...
authorTed Kremenek <kremenek@apple.com>
Sat, 6 Feb 2010 03:57:59 +0000 (03:57 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 6 Feb 2010 03:57:59 +0000 (03:57 +0000)
commit4dc1566a80648a74a19409c425809fa6a1683bef
treed4f568590cb20cea67057b241e032b2aff60c2d9
parenteafd1d60fdf4ad076aae64d148046251344ffb13
Fix regression in RegionStore (from BasicStore) where static variables were not treated as being implicitly initialized to 0 (and instead were getting symbolicated).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95478 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/RegionStore.cpp
test/Analysis/misc-ps.m