]> granicus.if.org Git - clang/commit
Refactored CFG construction code that processes DeclStmts to use StmtIterator.
authorTed Kremenek <kremenek@apple.com>
Tue, 30 Oct 2007 21:48:34 +0000 (21:48 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 30 Oct 2007 21:48:34 +0000 (21:48 +0000)
commit8f54c1faaa94c789883d426109796fd62b81a044
tree62148cd5c1fc551897e59f4232d3bc2e96576168
parent9e32d4b4a7270a9701b7cb454381eeaa4cc42a77
Refactored CFG construction code that processes DeclStmts to use StmtIterator.
Now CFG construction transparently supports Variable Length Array declarations
with expressions for their sizes, and typedefs that include VLAs.

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