]> granicus.if.org Git - clang/commit
Fixed LiveVariables bug where we didn't consider block-level expressions that functio...
authorTed Kremenek <kremenek@apple.com>
Tue, 9 Dec 2008 00:14:14 +0000 (00:14 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 9 Dec 2008 00:14:14 +0000 (00:14 +0000)
commite0dbda136444b2f3550a421f4436d438230c732f
treea5f969951743ba0a1dddcc50819cc1b116b0b8e7
parent447d7aeb9499d7ade42be7d63fa03b37b1d2fc09
Fixed LiveVariables bug where we didn't consider block-level expressions that functioned as the size of a VLA to be live.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60730 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Analyses/LiveVariables.h
include/clang/Analysis/Analyses/UninitializedValues.h
include/clang/Analysis/Support/BlkExprDeclBitVector.h
lib/Analysis/LiveVariables.cpp