]> granicus.if.org Git - clang/commit
Move VLA processing logic from LiveVariables to CFG construction. This way all dataf...
authorTed Kremenek <kremenek@apple.com>
Fri, 26 Sep 2008 16:26:36 +0000 (16:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 26 Sep 2008 16:26:36 +0000 (16:26 +0000)
commitfcd06f77beadf0642bd008fdf596378f8570b55c
tree67a92296aed95a6468cf2d2b7de23598f6a49165
parent4f6a7d7ead09b439216c32f2de806a998aeb222a
Move VLA processing logic from LiveVariables to CFG construction.  This way all dataflow analyses "see" the VLA size expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56655 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/CFG.cpp
lib/Analysis/LiveVariables.cpp