]> granicus.if.org Git - clang/commit
Small tweaks to the transfer function for DeclStmt: do not mark external global
authorTed Kremenek <kremenek@apple.com>
Wed, 27 Feb 2008 19:21:33 +0000 (19:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 27 Feb 2008 19:21:33 +0000 (19:21 +0000)
commitb0ab2120e53fae2af52f24373b9aa17b12a83357
treeb8dc48656bb8853a180f87062e4c51b9d80a1656
parentde808ca855813669f77fe8401b9de6a91b541d2f
Small tweaks to the transfer function for DeclStmt: do not mark external global
variables as uninitialized, and only "initialize" static function variables.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47683 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/GRExprEngine.cpp