| commit | 2f70e71dcc92ae2da481f66a8811f3d575753cfa | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Mon Oct 29 20:50:16 2007 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Mon Oct 29 20:50:16 2007 +0000 |
| tree | 8eddb95467e1b1e52b8ecf784141f67e9d789154 | |
| parent | ae95d72a5296961cc4ec04cc87c3753653f6f3b1 [diff] |
Modified StmtIterator to support iteration over the size expressions of VariableTypeArray types that appear in DeclStmts. Removed operator-- from StmtIterator. operator-- added undesired complexity, and we have no consumers of it. llvm-svn: 43471