]> granicus.if.org Git - clang/commit
Always assume block-level expressions in the caller are alive when analyzing
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 5 Apr 2010 13:16:29 +0000 (13:16 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 5 Apr 2010 13:16:29 +0000 (13:16 +0000)
commit7b73b92870aa6271ac3d0a91eca83f6dde68c904
treebfcfeea355292a37220aef7f35fe3cc57e4cce81
parentb3e485c8355d46954078293f297a9d97e7ec09d7
Always assume block-level expressions in the caller are alive when analyzing
the callee.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100429 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/Environment.cpp
test/Analysis/inline4.c [new file with mode: 0644]